#486928

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

Shades of Dell #486928

Tints of Dell #486928

Color information

#486928 (or 0x486928) is unknown color: approx Dell. HEX triplet: 48, 69 and 28. RGB value is (72,105,40). Sum of RGB (Red+Green+Blue) = 72+105+40=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 105 (41.41% from 255 or 48.39% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 105 - color contains mainly: green. Hex color #486928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486928 is #B796D7. Grayscale: #575757. Windows color (decimal): -12031704 or 2648392. OLE color: 2648392.

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

Color convert

RGB7210540-
CMYK0.3100.620.59
HSL90.46º44.83%28.43%-
HSV(B)90.46º61.9%41.18%-
XYZ8.1111.633.83-
YUV87.72101.07116.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 105 (41.41% from 255) = 48.39%
BLUE value IS 40 (16.02% from 255) = 18.43%
R=33.18%
G=48.39%
B=18.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72105400.3100.620.5990.4644.8328.43
Hex4869281F03E3B5a2d1c
Octal1101515037076731325534
Binary10010001101001101000111110111110111011101101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486928; }

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

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

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

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

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

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

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

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