#487232

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

Shades of Dell #487232

Tints of Dell #487232

Color information

#487232 (or 0x487232) is unknown color: approx Dell. HEX triplet: 48, 72 and 32. RGB value is (72,114,50). Sum of RGB (Red+Green+Blue) = 72+114+50=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #487232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487232 is #B78DCD. Grayscale: #5E5E5E. Windows color (decimal): -12029390 or 3306056. OLE color: 3306056.

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

Color convert

RGB7211450-
CMYK0.3700.560.55
HSL99.38º39.02%32.16%-
HSV(B)99.38º56.14%44.71%-
XYZ9.2713.645.16-
YUV94.15103.09112.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.51%
GREEN value IS 114 (44.92% from 255) = 48.31%
BLUE value IS 50 (19.92% from 255) = 21.19%
R=30.51%
G=48.31%
B=21.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72114500.3700.560.5599.3839.0232.16
Hex4872322503837632720
Octal1101626245070671434740
Binary1001000111001011001010010101110001101111100011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487232; }

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

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

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

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

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

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

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

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