#495635

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

Shades of Clover #495635

Tints of Clover #495635

Color information

#495635 (or 0x495635) is unknown color: approx Clover. HEX triplet: 49, 56 and 35. RGB value is (73,86,53). Sum of RGB (Red+Green+Blue) = 73+86+53=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 86 - color contains mainly: green. Hex color #495635 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495635 is #B6A9CA. Grayscale: #4E4E4E. Windows color (decimal): -11971019 or 3495497. OLE color: 3495497.

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

Color convert

RGB738653-
CMYK0.1500.380.66
HSL83.64º23.74%27.25%-
HSV(B)83.64º38.37%33.73%-
XYZ6.728.334.62-
YUV78.35113.69124.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.43%
GREEN value IS 86 (33.98% from 255) = 40.57%
BLUE value IS 53 (21.09% from 255) = 25%
R=34.43%
G=40.57%
B=25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386530.1500.380.6683.6423.7427.25
Hex495635F0264254181b
Octal11112665170461021243033
Binary1001001101011011010111110100110100001010101001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495635; }

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

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

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

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

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

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

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

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