#487033

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

Shades of Dell #487033

Tints of Dell #487033

Color information

#487033 (or 0x487033) is unknown color: approx Dell. HEX triplet: 48, 70 and 33. RGB value is (72,112,51). Sum of RGB (Red+Green+Blue) = 72+112+51=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #487033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487033 is #B78FCC. Grayscale: #5D5D5D. Windows color (decimal): -12029901 or 3371080. OLE color: 3371080.

HSL color Cylindrical-coordinate representation of color #487033: hue angle of 99.34º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #487033 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB7211251-
CMYK0.3600.540.56
HSL99.34º37.42%31.96%-
HSV(B)99.34º54.46%43.92%-
XYZ9.0613.215.2-
YUV93.09104.25112.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.64%
GREEN value IS 112 (44.14% from 255) = 47.66%
BLUE value IS 51 (20.31% from 255) = 21.70%
R=30.64%
G=47.66%
B=21.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72112510.3600.540.5699.3437.4231.96
Hex4870332403638632520
Octal1101606344066701434540
Binary1001000111000011001110010001101101110001100011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487033; }

 p { color: rgb(72,112,51); }

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

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

 a { background-color: rgb(72,112,51); }

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

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

 span { border-color: rgb(72,112,51); }

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