#485927

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

Shades of Clover #485927

Tints of Clover #485927

Color information

#485927 (or 0x485927) is unknown color: approx Clover. HEX triplet: 48, 59 and 27. RGB value is (72,89,39). Sum of RGB (Red+Green+Blue) = 72+89+39=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 89 - color contains mainly: green. Hex color #485927 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485927 is #B7A6D8. Grayscale: #4E4E4E. Windows color (decimal): -12035801 or 2578760. OLE color: 2578760.

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

Color convert

RGB728939-
CMYK0.1900.560.65
HSL80.4º39.06%25.1%-
HSV(B)80.4º56.18%34.9%-
XYZ6.618.673.24-
YUV78.22105.87123.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36%
GREEN value IS 89 (35.16% from 255) = 44.5%
BLUE value IS 39 (15.62% from 255) = 19.5%
R=36%
G=44.5%
B=19.5%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7289390.1900.560.6580.439.0625.1
Hex4859271303841502719
Octal11013147230701011204731
Binary100100010110011001111001101110001000001101000010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485927; }

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

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

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

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

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

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

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

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