#487524

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

Shades of Dell #487524

Tints of Dell #487524

Color information

#487524 (or 0x487524) is unknown color: approx Dell. HEX triplet: 48, 75 and 24. RGB value is (72,117,36). Sum of RGB (Red+Green+Blue) = 72+117+36=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #487524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487524 is #B78ADB. Grayscale: #5E5E5E. Windows color (decimal): -12028636 or 2389320. OLE color: 2389320.

HSL color Cylindrical-coordinate representation of color #487524: hue angle of 93.33º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #487524 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB7211736-
CMYK0.3800.690.54
HSL93.33º52.94%30%-
HSV(B)93.33º69.23%45.88%-
XYZ9.3514.233.92-
YUV94.3195.09112.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 117 (46.09% from 255) = 52%
BLUE value IS 36 (14.45% from 255) = 16%
R=32%
G=52%
B=16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72117360.3800.690.5493.3352.9430
Hex48752426045365d351e
Octal11016544460105661356536
Binary1001000111010110010010011001000101110110101110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487524; }

 p { color: rgb(72,117,36); }

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

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

 a { background-color: rgb(72,117,36); }

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

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

 span { border-color: rgb(72,117,36); }

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