#487125

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

Shades of Dell #487125

Tints of Dell #487125

Color information

#487125 (or 0x487125) is unknown color: approx Dell. HEX triplet: 48, 71 and 25. RGB value is (72,113,37). Sum of RGB (Red+Green+Blue) = 72+113+37=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #487125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487125 is #B78EDA. Grayscale: #5C5C5C. Windows color (decimal): -12029659 or 2453832. OLE color: 2453832.

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

Color convert

RGB7211337-
CMYK0.3600.670.56
HSL92.37º50.67%29.41%-
HSV(B)92.37º67.26%44.31%-
XYZ8.9113.323.85-
YUV92.0896.92113.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 113 (44.53% from 255) = 50.90%
BLUE value IS 37 (14.84% from 255) = 16.67%
R=32.43%
G=50.90%
B=16.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72113370.3600.670.5692.3750.6729.41
Hex48712524043385c331d
Octal11016145440103701346335
Binary1001000111000110010110010001000011111000101110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487125; }

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

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

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

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

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

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

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

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