Html Css Color HEX #486C29 Dell

📋 copy color: '#486C29'

red 72 ◦ green 108 ◦ blue 41

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

Shades of Dell #486C29

Tints of Dell #486C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.55%

R = 32.58%
G = 48.87%
B = 18.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#486C29 (or 0x486C29) is known color: Dell. HEX triplet: 48, 6C and 29. RGB value is (72,108,41). Sum of RGB (Red+Green+Blue) = 72+108+41=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 108 (42.58% from 255 or 48.87% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 108 - color contains mainly: green. Hex color #486C29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486C29 is #B793D6. Grayscale: #595959. Windows color (decimal): -12030935 or 2714696. OLE color: 2714696.

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

Color convert

RGB 72 108 41 -
CMYK 0.33 0 0.62 0.58
HSL 92.24º 0.45% 0.29% -
HSV(B) 92.24º 0.62% 0.42% -
XYZ 8.44 12.26 4.02 -
YUV 89.6 100.57 115.45 -
System Red Green Blue C M Y K H S L
Decimal 72 108 41 0.33 0 0.62 0.58 92.24 0.45 0.29
Hex 48 6C 29 21 0 3E 3A 5C 2D 1D
Octal 110 154 51 41 0 76 72 134 55 35
Binary 1001000 1101100 101001 100001 0 111110 111010 1011100 101101 11101

Color Harmonies of #486C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486C29

Black with #486C29

Text Example


Text Example

White with #486C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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