#486A2C

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

Shades of Dell #486A2C

Tints of Dell #486A2C

Color information

#486A2C (or 0x486A2C) is unknown color: approx Dell. HEX triplet: 48, 6A and 2C. RGB value is (72,106,44). Sum of RGB (Red+Green+Blue) = 72+106+44=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 106 (41.80% from 255 or 47.75% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 106 - color contains mainly: green. Hex color #486A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486A2C is #B795D3. Grayscale: #585858. Windows color (decimal): -12031444 or 2910792. OLE color: 2910792.

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

Color convert

RGB7210644-
CMYK0.3200.580.58
HSL92.9º41.33%29.41%-
HSV(B)92.9º58.49%41.57%-
XYZ8.2811.874.24-
YUV88.77102.74116.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 106 (41.80% from 255) = 47.75%
BLUE value IS 44 (17.58% from 255) = 19.82%
R=32.43%
G=47.75%
B=19.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72106440.3200.580.5892.941.3329.41
Hex486A2C2003A3A5d291d
Octal1101525440072721355135
Binary100100011010101011001000000111010111010101110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,106,44); }

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

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

 a { background-color: rgb(72,106,44); }

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

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

 span { border-color: rgb(72,106,44); }

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