#486637

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

Shades of Dell #486637

Tints of Dell #486637

Color information

#486637 (or 0x486637) is unknown color: approx Dell. HEX triplet: 48, 66 and 37. RGB value is (72,102,55). Sum of RGB (Red+Green+Blue) = 72+102+55=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 55 (21.88% from 255 or 24.02% from 229); Max value from RGB is 102 - color contains mainly: green. Hex color #486637 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486637 is #B799C8. Grayscale: #575757. Windows color (decimal): -12032457 or 3630664. OLE color: 3630664.

HSL color Cylindrical-coordinate representation of color #486637: hue angle of 98.3º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #486637 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.6.

Color convert

RGB7210255-
CMYK0.2900.460.6
HSL98.3º29.94%30.78%-
HSV(B)98.3º46.08%40%-
XYZ8.1111.165.34-
YUV87.67109.56116.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.44%
GREEN value IS 102 (40.23% from 255) = 44.54%
BLUE value IS 55 (21.88% from 255) = 24.02%
R=31.44%
G=44.54%
B=24.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72102550.2900.460.698.329.9430.78
Hex4866371D02E3C621e1f
Octal1101466735056741423637
Binary1001000110011011011111101010111011110011000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486637; }

 p { color: rgb(72,102,55); }

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

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

 a { background-color: rgb(72,102,55); }

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

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

 span { border-color: rgb(72,102,55); }

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