#486E29

Color #486E29 Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #486E29

Tints of Dell #486E29

Color information

#486E29 (or 0x486E29) is unknown color: approx Dell. HEX triplet: 48, 6E and 29. RGB value is (72,110,41). Sum of RGB (Red+Green+Blue) = 72+110+41=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 110 - color contains mainly: green. Hex color #486E29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486E29 is #B791D6. Grayscale: #5B5B5B. Windows color (decimal): -12030423 or 2715208. OLE color: 2715208.

HSL color Cylindrical-coordinate representation of color #486E29: hue angle of 93.04º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #486E29 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB7211041-
CMYK0.3500.630.57
HSL93.04º45.7%29.61%-
HSV(B)93.04º62.73%43.14%-
XYZ8.6512.694.09-
YUV90.7799.91114.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 110 (43.36% from 255) = 49.33%
BLUE value IS 41 (16.41% from 255) = 18.39%
R=32.29%
G=49.33%
B=18.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72110410.3500.630.5793.0445.729.61
Hex486E292303F395d2e1e
Octal1101565143077711355636
Binary100100011011101010011000110111111111001101110110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #486E29;
 }
 .AnyTagClassName
 {
   color: #486E29;
 }
</style>
background-color css

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

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

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

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

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

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