#495638

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

Shades of Clover #495638

Tints of Clover #495638

Color information

#495638 (or 0x495638) is unknown color: approx Clover. HEX triplet: 49, 56 and 38. RGB value is (73,86,56). Sum of RGB (Red+Green+Blue) = 73+86+56=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 86 - color contains mainly: green. Hex color #495638 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495638 is #B6A9C7. Grayscale: #4E4E4E. Windows color (decimal): -11971016 or 3692105. OLE color: 3692105.

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

Color convert

RGB738656-
CMYK0.1500.350.66
HSL86º21.13%27.84%-
HSV(B)86º34.88%33.73%-
XYZ6.798.365-
YUV78.69115.19123.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.95%
GREEN value IS 86 (33.98% from 255) = 40%
BLUE value IS 56 (22.27% from 255) = 26.05%
R=33.95%
G=40%
B=26.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386560.1500.350.668621.1327.84
Hex495638F0234256151c
Octal11112670170431021262534
Binary1001001101011011100011110100011100001010101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495638; }

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

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

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

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

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

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

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

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