#486437

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

Shades of Dell #486437

Tints of Dell #486437

Color information

#486437 (or 0x486437) is unknown color: approx Dell. HEX triplet: 48, 64 and 37. RGB value is (72,100,55). Sum of RGB (Red+Green+Blue) = 72+100+55=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 100 - color contains mainly: green. Hex color #486437 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486437 is #B79BC8. Grayscale: #565656. Windows color (decimal): -12032969 or 3630152. OLE color: 3630152.

HSL color Cylindrical-coordinate representation of color #486437: hue angle of 97.33º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #486437 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.61.

Color convert

RGB7210055-
CMYK0.2800.450.61
HSL97.33º29.03%30.39%-
HSV(B)97.33º45%39.22%-
XYZ7.9210.775.28-
YUV86.5110.22117.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.72%
GREEN value IS 100 (39.45% from 255) = 44.05%
BLUE value IS 55 (21.88% from 255) = 24.23%
R=31.72%
G=44.05%
B=24.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal72100550.2800.450.6197.3329.0330.39
Hex4864371C02D3D611d1e
Octal1101446734055751413536
Binary1001000110010011011111100010110111110111000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486437; }

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

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

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

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

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

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

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

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