#485931

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

Shades of Clover #485931

Tints of Clover #485931

Color information

#485931 (or 0x485931) is unknown color: approx Clover. HEX triplet: 48, 59 and 31. RGB value is (72,89,49). Sum of RGB (Red+Green+Blue) = 72+89+49=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #485931 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485931 is #B7A6CE. Grayscale: #4F4F4F. Windows color (decimal): -12035791 or 3234120. OLE color: 3234120.

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

Color convert

RGB728949-
CMYK0.1900.450.65
HSL85.5º28.99%27.06%-
HSV(B)85.5º44.94%34.9%-
XYZ6.88.744.24-
YUV79.36110.87122.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 89 (35.16% from 255) = 42.38%
BLUE value IS 49 (19.53% from 255) = 23.33%
R=34.29%
G=42.38%
B=23.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7289490.1900.450.6585.528.9927.06
Hex4859311302D41561d1b
Octal11013161230551011263533
Binary10010001011001110001100110101101100000110101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485931; }

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

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

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

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

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

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

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

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