#485F24

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

Shades of Clover #485F24

Tints of Clover #485F24

Color information

#485F24 (or 0x485F24) is unknown color: approx Clover. HEX triplet: 48, 5F and 24. RGB value is (72,95,36). Sum of RGB (Red+Green+Blue) = 72+95+36=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 95 - color contains mainly: green. Hex color #485F24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485F24 is #B7A0DB. Grayscale: #515151. Windows color (decimal): -12034268 or 2383688. OLE color: 2383688.

HSL color Cylindrical-coordinate representation of color #485F24: hue angle of 83.39º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #485F24 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.63.

Color convert

RGB729536-
CMYK0.2400.620.63
HSL83.39º45.04%25.69%-
HSV(B)83.39º62.11%37.25%-
XYZ7.089.693.17-
YUV81.4102.38121.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 95 (37.5% from 255) = 46.80%
BLUE value IS 36 (14.45% from 255) = 17.73%
R=35.47%
G=46.80%
B=17.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7295360.2400.620.6383.3945.0425.69
Hex485F241803E3F532d1a
Octal1101374430076771235532
Binary10010001011111100100110000111110111111101001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485F24; }

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

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

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

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

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

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

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

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