#495A33

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

Shades of Clover #495A33

Tints of Clover #495A33

Color information

#495A33 (or 0x495A33) is unknown color: approx Clover. HEX triplet: 49, 5A and 33. RGB value is (73,90,51). Sum of RGB (Red+Green+Blue) = 73+90+51=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 90 - color contains mainly: green. Hex color #495A33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A33 is #B6A5CC. Grayscale: #505050. Windows color (decimal): -11969997 or 3365449. OLE color: 3365449.

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

Color convert

RGB739051-
CMYK0.1900.430.65
HSL86.15º27.66%27.65%-
HSV(B)86.15º43.33%35.29%-
XYZ78.974.49-
YUV80.47111.37122.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 90 (35.55% from 255) = 42.06%
BLUE value IS 51 (20.31% from 255) = 23.83%
R=34.11%
G=42.06%
B=23.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7390510.1900.430.6586.1527.6627.65
Hex495A331302B41561c1c
Octal11113263230531011263434
Binary10010011011010110011100110101011100000110101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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