#495134

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

Shades of Clover #495134

Tints of Clover #495134

Color information

#495134 (or 0x495134) is unknown color: approx Clover. HEX triplet: 49, 51 and 34. RGB value is (73,81,52). Sum of RGB (Red+Green+Blue) = 73+81+52=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 81 - color contains mainly: green. Hex color #495134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495134 is #B6AECB. Grayscale: #4B4B4B. Windows color (decimal): -11972300 or 3428681. OLE color: 3428681.

HSL color Cylindrical-coordinate representation of color #495134: hue angle of 76.55º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #495134 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.68.

Color convert

RGB738152-
CMYK0.1000.360.68
HSL76.55º21.8%26.08%-
HSV(B)76.55º35.8%31.76%-
XYZ6.317.554.37-
YUV75.3114.85126.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.44%
GREEN value IS 81 (32.03% from 255) = 39.32%
BLUE value IS 52 (20.70% from 255) = 25.24%
R=35.44%
G=39.32%
B=25.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7381520.1000.360.6876.5521.826.08
Hex495134A024444d161a
Octal11112164120441041152632
Binary1001001101000111010010100100100100010010011011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495134; }

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

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

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

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

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

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

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

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