#486426

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

Shades of Dell #486426

Tints of Dell #486426

Color information

#486426 (or 0x486426) is unknown color: approx Dell. HEX triplet: 48, 64 and 26. RGB value is (72,100,38). Sum of RGB (Red+Green+Blue) = 72+100+38=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 100 (39.45% from 255 or 47.62% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 100 - color contains mainly: green. Hex color #486426 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486426 is #B79BD9. Grayscale: #545454. Windows color (decimal): -12032986 or 2516040. OLE color: 2516040.

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

Color convert

RGB7210038-
CMYK0.2800.620.61
HSL87.1º44.93%27.06%-
HSV(B)87.1º62%39.22%-
XYZ7.5810.633.49-
YUV84.56101.72119.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 100 (39.45% from 255) = 47.62%
BLUE value IS 38 (15.23% from 255) = 18.10%
R=34.29%
G=47.62%
B=18.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal72100380.2800.620.6187.144.9327.06
Hex4864261C03E3D572d1b
Octal1101444634076751275533
Binary10010001100100100110111000111110111101101011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486426; }

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

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

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

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

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

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

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

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