#487332

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

Shades of Dell #487332

Tints of Dell #487332

Color information

#487332 (or 0x487332) is unknown color: approx Dell. HEX triplet: 48, 73 and 32. RGB value is (72,115,50). Sum of RGB (Red+Green+Blue) = 72+115+50=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #487332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487332 is #B78CCD. Grayscale: #5E5E5E. Windows color (decimal): -12029134 or 3306312. OLE color: 3306312.

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

Color convert

RGB7211550-
CMYK0.3700.570.55
HSL99.69º39.39%32.35%-
HSV(B)99.69º56.52%45.1%-
XYZ9.3813.875.2-
YUV94.73102.75111.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.38%
GREEN value IS 115 (45.31% from 255) = 48.52%
BLUE value IS 50 (19.92% from 255) = 21.10%
R=30.38%
G=48.52%
B=21.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72115500.3700.570.5599.6939.3932.35
Hex4873322503937642720
Octal1101636245071671444740
Binary1001000111001111001010010101110011101111100100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487332; }

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

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

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

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

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

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

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

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