#486428

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

Shades of Dell #486428

Tints of Dell #486428

Color information

#486428 (or 0x486428) is unknown color: approx Dell. HEX triplet: 48, 64 and 28. RGB value is (72,100,40). Sum of RGB (Red+Green+Blue) = 72+100+40=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 100 (39.45% from 255 or 47.17% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 100 - color contains mainly: green. Hex color #486428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486428 is #B79BD7. Grayscale: #555555. Windows color (decimal): -12032984 or 2647112. OLE color: 2647112.

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

Color convert

RGB7210040-
CMYK0.2800.60.61
HSL88º42.86%27.45%-
HSV(B)88º60%39.22%-
XYZ7.6110.653.66-
YUV84.79102.72118.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 100 (39.45% from 255) = 47.17%
BLUE value IS 40 (16.02% from 255) = 18.87%
R=33.96%
G=47.17%
B=18.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal72100400.2800.60.618842.8627.45
Hex4864281C03C3D582b1b
Octal1101445034074751305333
Binary10010001100100101000111000111100111101101100010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486428; }

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

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

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

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

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

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

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

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