#487224

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

Shades of Dell #487224

Tints of Dell #487224

Color information

#487224 (or 0x487224) is unknown color: approx Dell. HEX triplet: 48, 72 and 24. RGB value is (72,114,36). Sum of RGB (Red+Green+Blue) = 72+114+36=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 36 (14.45% from 255 or 16.22% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #487224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487224 is #B78DDB. Grayscale: #5C5C5C. Windows color (decimal): -12029404 or 2388552. OLE color: 2388552.

HSL color Cylindrical-coordinate representation of color #487224: hue angle of 92.31º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #487224 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB7211436-
CMYK0.3700.680.55
HSL92.31º52%29.41%-
HSV(B)92.31º68.42%44.71%-
XYZ9.0113.543.81-
YUV92.5596.09113.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 114 (44.92% from 255) = 51.35%
BLUE value IS 36 (14.45% from 255) = 16.22%
R=32.43%
G=51.35%
B=16.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72114360.3700.680.5592.315229.41
Hex48722425044375c341d
Octal11016244450104671346435
Binary1001000111001010010010010101000100110111101110011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487224; }

 p { color: rgb(72,114,36); }

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

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

 a { background-color: rgb(72,114,36); }

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

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

 span { border-color: rgb(72,114,36); }

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