#487133

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

Shades of Dell #487133

Tints of Dell #487133

Color information

#487133 (or 0x487133) is unknown color: approx Dell. HEX triplet: 48, 71 and 33. RGB value is (72,113,51). Sum of RGB (Red+Green+Blue) = 72+113+51=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 113 - color contains mainly: green. Hex color #487133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487133 is #B78ECC. Grayscale: #5D5D5D. Windows color (decimal): -12029645 or 3371336. OLE color: 3371336.

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

Color convert

RGB7211351-
CMYK0.3600.550.56
HSL99.68º37.8%32.16%-
HSV(B)99.68º54.87%44.31%-
XYZ9.1813.435.24-
YUV93.67103.92112.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.51%
GREEN value IS 113 (44.53% from 255) = 47.88%
BLUE value IS 51 (20.31% from 255) = 21.61%
R=30.51%
G=47.88%
B=21.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72113510.3600.550.5699.6837.832.16
Hex4871332403738642620
Octal1101616344067701444640
Binary1001000111000111001110010001101111110001100100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487133; }

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

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

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

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

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

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

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

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