#495738

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

Shades of Clover #495738

Tints of Clover #495738

Color information

#495738 (or 0x495738) is unknown color: approx Clover. HEX triplet: 49, 57 and 38. RGB value is (73,87,56). Sum of RGB (Red+Green+Blue) = 73+87+56=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 87 - color contains mainly: green. Hex color #495738 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495738 is #B6A8C7. Grayscale: #4F4F4F. Windows color (decimal): -11970760 or 3692361. OLE color: 3692361.

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

Color convert

RGB738756-
CMYK0.1600.360.66
HSL87.1º21.68%28.04%-
HSV(B)87.1º35.63%34.12%-
XYZ6.878.525.02-
YUV79.28114.86123.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.80%
GREEN value IS 87 (34.38% from 255) = 40.28%
BLUE value IS 56 (22.27% from 255) = 25.93%
R=33.80%
G=40.28%
B=25.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7387560.1600.360.6687.121.6828.04
Hex495738100244257161c
Octal11112770200441021272634
Binary10010011010111111000100000100100100001010101111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495738; }

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

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

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

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

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

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

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

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