Html Css Color HEX #486C34 Dell

📋 copy color: '#486C34'

red 72 ◦ green 108 ◦ blue 52

#486C34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dell #486C34

Tints of Dell #486C34

RGB

 RED value IS 72 (28.52% from 255) = 31.03%

 GREEN value IS 108 (42.58% from 255) = 46.55%

 BLUE value IS 52 (20.7% from 255) = 22.41%

R = 31.03%
G = 46.55%
B = 22.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.52

 K value IS 0.58

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#486C34 (or 0x486C34) is known color: Dell. HEX triplet: 48, 6C and 34. RGB value is (72,108,52). Sum of RGB (Red+Green+Blue) = 72+108+52=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 108 (42.58% from 255 or 46.55% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 108 - color contains mainly: green. Hex color #486C34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486C34 is #B793CB. Grayscale: #5B5B5B. Windows color (decimal): -12030924 or 3435592. OLE color: 3435592.

HSL color Cylindrical-coordinate representation of color #486C34: hue angle of 98.57º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #486C34 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 108 52 -
CMYK 0.33 0 0.52 0.58
HSL 98.57º 0.35% 0.31% -
HSV(B) 98.57º 0.52% 0.42% -
XYZ 8.65 12.35 5.18 -
YUV 90.85 106.07 114.55 -
System Red Green Blue C M Y K H S L
Decimal 72 108 52 0.33 0 0.52 0.58 98.57 0.35 0.31
Hex 48 6C 34 21 0 34 3A 63 23 1F
Octal 110 154 64 41 0 64 72 143 43 37
Binary 1001000 1101100 110100 100001 0 110100 111010 1100011 100011 11111

Color Harmonies of #486C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486C34

Black with #486C34

Text Example


Text Example

White with #486C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486C34; }

 p { color: rgb(72,108,52); }

 H1.HeaderClassName
 {
   color: #486C34;
 }
 .AnyTagClassName
 {
   color: #486C34;
 }
</style>

background-color css

<style>
 a { background-color: #486C34; }

 a { background-color: rgb(72,108,52); }

 div.DivClassName
 {
   background-color: #486C34;
 }
 .BgClassName
 {
   background-color: #486C34;
 }
</style>

border-color css

<style>
 span { border-color: #486C34; }

 span { border-color: rgb(72,108,52); }

 td.TdClassName
 {
   border-color: #486C34;
 }
 .TagClassName
 {
   border-color: #486C34;
 }
</style>