#495930

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

Shades of Clover #495930

Tints of Clover #495930

Color information

#495930 (or 0x495930) is unknown color: approx Clover. HEX triplet: 49, 59 and 30. RGB value is (73,89,48). Sum of RGB (Red+Green+Blue) = 73+89+48=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #495930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495930 is #B6A6CF. Grayscale: #4F4F4F. Windows color (decimal): -11970256 or 3168585. OLE color: 3168585.

HSL color Cylindrical-coordinate representation of color #495930: hue angle of 83.41º 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 #495930 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB738948-
CMYK0.1800.460.65
HSL83.41º29.93%26.86%-
HSV(B)83.41º46.07%34.9%-
XYZ6.858.774.13-
YUV79.54110.2123.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.76%
GREEN value IS 89 (35.16% from 255) = 42.38%
BLUE value IS 48 (19.14% from 255) = 22.86%
R=34.76%
G=42.38%
B=22.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389480.1800.460.6583.4129.9326.86
Hex4959301202E41531e1b
Octal11113160220561011233633
Binary10010011011001110000100100101110100000110100111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495930; }

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

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

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

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

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

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

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

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