#495A35

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

Shades of Clover #495A35

Tints of Clover #495A35

Color information

#495A35 (or 0x495A35) is unknown color: approx Clover. HEX triplet: 49, 5A and 35. RGB value is (73,90,53). Sum of RGB (Red+Green+Blue) = 73+90+53=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 90 - color contains mainly: green. Hex color #495A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A35 is #B6A5CA. Grayscale: #505050. Windows color (decimal): -11969995 or 3496521. OLE color: 3496521.

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

Color convert

RGB739053-
CMYK0.1900.410.65
HSL87.57º25.87%28.04%-
HSV(B)87.57º41.11%35.29%-
XYZ7.058.994.73-
YUV80.7112.37122.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.80%
GREEN value IS 90 (35.55% from 255) = 41.67%
BLUE value IS 53 (21.09% from 255) = 24.54%
R=33.80%
G=41.67%
B=24.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7390530.1900.410.6587.5725.8728.04
Hex495A351302941581a1c
Octal11113265230511011303234
Binary10010011011010110101100110101001100000110110001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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