#495F2C

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

Shades of Clover #495F2C

Tints of Clover #495F2C

Color information

#495F2C (or 0x495F2C) is unknown color: approx Clover. HEX triplet: 49, 5F and 2C. RGB value is (73,95,44). Sum of RGB (Red+Green+Blue) = 73+95+44=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 95 - color contains mainly: green. Hex color #495F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495F2C is #B6A0D3. Grayscale: #525252. Windows color (decimal): -11968724 or 2907977. OLE color: 2907977.

HSL color Cylindrical-coordinate representation of color #495F2C: hue angle of 85.88º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #495F2C is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.63.

Color convert

RGB739544-
CMYK0.2300.540.63
HSL85.88º36.69%27.25%-
HSV(B)85.88º53.68%37.25%-
XYZ7.299.783.89-
YUV82.61106.21121.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.43%
GREEN value IS 95 (37.5% from 255) = 44.81%
BLUE value IS 44 (17.58% from 255) = 20.75%
R=34.43%
G=44.81%
B=20.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7395440.2300.540.6385.8836.6927.25
Hex495F2C170363F56251b
Octal1111375427066771264533
Binary10010011011111101100101110110110111111101011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,95,44); }

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

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

 a { background-color: rgb(73,95,44); }

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

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

 span { border-color: rgb(73,95,44); }

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