#495B34

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

Shades of Clover #495B34

Tints of Clover #495B34

Color information

#495B34 (or 0x495B34) is unknown color: approx Clover. HEX triplet: 49, 5B and 34. RGB value is (73,91,52). Sum of RGB (Red+Green+Blue) = 73+91+52=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 91 (35.94% from 255 or 42.13% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 91 - color contains mainly: green. Hex color #495B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495B34 is #B6A4CB. Grayscale: #515151. Windows color (decimal): -11969740 or 3431241. OLE color: 3431241.

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

Color convert

RGB739152-
CMYK0.2000.430.64
HSL87.69º27.27%28.04%-
HSV(B)87.69º42.86%35.69%-
XYZ7.119.154.64-
YUV81.17111.54122.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.80%
GREEN value IS 91 (35.94% from 255) = 42.13%
BLUE value IS 52 (20.70% from 255) = 24.07%
R=33.80%
G=42.13%
B=24.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7391520.2000.430.6487.6927.2728.04
Hex495B341402B40581b1c
Octal11113364240531001303334
Binary10010011011011110100101000101011100000010110001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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