#495934

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

Shades of Clover #495934

Tints of Clover #495934

Color information

#495934 (or 0x495934) is unknown color: approx Clover. HEX triplet: 49, 59 and 34. RGB value is (73,89,52). Sum of RGB (Red+Green+Blue) = 73+89+52=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 89 - color contains mainly: green. Hex color #495934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495934 is #B6A6CB. Grayscale: #505050. Windows color (decimal): -11970252 or 3430729. OLE color: 3430729.

HSL color Cylindrical-coordinate representation of color #495934: hue angle of 85.95º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #495934 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB738952-
CMYK0.1800.420.65
HSL85.95º26.24%27.65%-
HSV(B)85.95º41.57%34.9%-
XYZ6.948.814.58-
YUV80112.2123.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 89 (35.16% from 255) = 41.59%
BLUE value IS 52 (20.70% from 255) = 24.30%
R=34.11%
G=41.59%
B=24.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389520.1800.420.6585.9526.2427.65
Hex4959341202A41561a1c
Octal11113164220521011263234
Binary10010011011001110100100100101010100000110101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495934; }

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

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

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

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

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

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

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

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