#495B36

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

Shades of Clover #495B36

Tints of Clover #495B36

Color information

#495B36 (or 0x495B36) is unknown color: approx Clover. HEX triplet: 49, 5B and 36. RGB value is (73,91,54). Sum of RGB (Red+Green+Blue) = 73+91+54=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 91 - color contains mainly: green. Hex color #495B36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495B36 is #B6A4C9. Grayscale: #515151. Windows color (decimal): -11969738 or 3562313. OLE color: 3562313.

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

Color convert

RGB739154-
CMYK0.2000.410.64
HSL89.19º25.52%28.43%-
HSV(B)89.19º40.66%35.69%-
XYZ7.159.164.88-
YUV81.4112.54122.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 91 (35.94% from 255) = 41.74%
BLUE value IS 54 (21.48% from 255) = 24.77%
R=33.49%
G=41.74%
B=24.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7391540.2000.410.6489.1925.5228.43
Hex495B361402940591a1c
Octal11113366240511001313234
Binary10010011011011110110101000101001100000010110011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,91,54); }

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

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

 a { background-color: rgb(73,91,54); }

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

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

 span { border-color: rgb(73,91,54); }

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