#495634

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

Shades of Clover #495634

Tints of Clover #495634

Color information

#495634 (or 0x495634) is unknown color: approx Clover. HEX triplet: 49, 56 and 34. RGB value is (73,86,52). Sum of RGB (Red+Green+Blue) = 73+86+52=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 86 - color contains mainly: green. Hex color #495634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495634 is #B6A9CB. Grayscale: #4E4E4E. Windows color (decimal): -11971020 or 3429961. OLE color: 3429961.

HSL color Cylindrical-coordinate representation of color #495634: hue angle of 82.94º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #495634 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB738652-
CMYK0.1500.400.66
HSL82.94º24.64%27.06%-
HSV(B)82.94º39.53%33.73%-
XYZ6.78.324.5-
YUV78.24113.19124.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.60%
GREEN value IS 86 (33.98% from 255) = 40.76%
BLUE value IS 52 (20.70% from 255) = 24.64%
R=34.60%
G=40.76%
B=24.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386520.1500.400.6682.9424.6427.06
Hex495634F0284253191b
Octal11112664170501021233133
Binary1001001101011011010011110101000100001010100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495634; }

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

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

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

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

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

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

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

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