#485928

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

Shades of Clover #485928

Tints of Clover #485928

Color information

#485928 (or 0x485928) is unknown color: approx Clover. HEX triplet: 48, 59 and 28. RGB value is (72,89,40). Sum of RGB (Red+Green+Blue) = 72+89+40=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 89 - color contains mainly: green. Hex color #485928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485928 is #B7A6D7. Grayscale: #4E4E4E. Windows color (decimal): -12035800 or 2644296. OLE color: 2644296.

HSL color Cylindrical-coordinate representation of color #485928: hue angle of 80.82º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #485928 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB728940-
CMYK0.1900.550.65
HSL80.82º37.98%25.29%-
HSV(B)80.82º55.06%34.9%-
XYZ6.638.683.33-
YUV78.33106.37123.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 89 (35.16% from 255) = 44.28%
BLUE value IS 40 (16.02% from 255) = 19.90%
R=35.82%
G=44.28%
B=19.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7289400.1900.550.6580.8237.9825.29
Hex4859281303741512619
Octal11013150230671011214631
Binary100100010110011010001001101101111000001101000110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485928; }

 p { color: rgb(72,89,40); }

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

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

 a { background-color: rgb(72,89,40); }

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

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

 span { border-color: rgb(72,89,40); }

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