#485930

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

Shades of Clover #485930

Tints of Clover #485930

Color information

#485930 (or 0x485930) is unknown color: approx Clover. HEX triplet: 48, 59 and 30. RGB value is (72,89,48). Sum of RGB (Red+Green+Blue) = 72+89+48=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #485930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485930 is #B7A6CF. Grayscale: #4F4F4F. Windows color (decimal): -12035792 or 3168584. OLE color: 3168584.

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

Color convert

RGB728948-
CMYK0.1900.460.65
HSL84.88º29.93%26.86%-
HSV(B)84.88º46.07%34.9%-
XYZ6.788.744.13-
YUV79.24110.37122.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.45%
GREEN value IS 89 (35.16% from 255) = 42.58%
BLUE value IS 48 (19.14% from 255) = 22.97%
R=34.45%
G=42.58%
B=22.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7289480.1900.460.6584.8829.9326.86
Hex4859301302E41551e1b
Octal11013160230561011253633
Binary10010001011001110000100110101110100000110101011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485930; }

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

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

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

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

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

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

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

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