#487132

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

Shades of Dell #487132

Tints of Dell #487132

Color information

#487132 (or 0x487132) is unknown color: approx Dell. HEX triplet: 48, 71 and 32. RGB value is (72,113,50). Sum of RGB (Red+Green+Blue) = 72+113+50=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #487132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487132 is #B78ECD. Grayscale: #5D5D5D. Windows color (decimal): -12029646 or 3305800. OLE color: 3305800.

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

Color convert

RGB7211350-
CMYK0.3600.560.56
HSL99.05º38.65%31.96%-
HSV(B)99.05º55.75%44.31%-
XYZ9.1513.425.13-
YUV93.56103.42112.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.64%
GREEN value IS 113 (44.53% from 255) = 48.09%
BLUE value IS 50 (19.92% from 255) = 21.28%
R=30.64%
G=48.09%
B=21.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72113500.3600.560.5699.0538.6531.96
Hex4871322403838632720
Octal1101616244070701434740
Binary1001000111000111001010010001110001110001100011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487132; }

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

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

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

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

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

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

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

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