#495A34

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

Shades of Clover #495A34

Tints of Clover #495A34

Color information

#495A34 (or 0x495A34) is unknown color: approx Clover. HEX triplet: 49, 5A and 34. RGB value is (73,90,52). Sum of RGB (Red+Green+Blue) = 73+90+52=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 90 - color contains mainly: green. Hex color #495A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A34 is #B6A5CB. Grayscale: #505050. Windows color (decimal): -11969996 or 3430985. OLE color: 3430985.

HSL color Cylindrical-coordinate representation of color #495A34: hue angle of 86.84º degrees, saturation: 0.27, 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 #495A34 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB739052-
CMYK0.1900.420.65
HSL86.84º26.76%27.84%-
HSV(B)86.84º42.22%35.29%-
XYZ7.028.984.61-
YUV80.58111.87122.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.95%
GREEN value IS 90 (35.55% from 255) = 41.86%
BLUE value IS 52 (20.70% from 255) = 24.19%
R=33.95%
G=41.86%
B=24.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7390520.1900.420.6586.8426.7627.84
Hex495A341302A41571b1c
Octal11113264230521011273334
Binary10010011011010110100100110101010100000110101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495A34; }

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

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

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

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

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

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

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

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