#495536

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

Shades of Clover #495536

Tints of Clover #495536

Color information

#495536 (or 0x495536) is unknown color: approx Clover. HEX triplet: 49, 55 and 36. RGB value is (73,85,54). Sum of RGB (Red+Green+Blue) = 73+85+54=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 85 - color contains mainly: green. Hex color #495536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495536 is #B6AAC9. Grayscale: #4D4D4D. Windows color (decimal): -11971274 or 3560777. OLE color: 3560777.

HSL color Cylindrical-coordinate representation of color #495536: hue angle of 83.23º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #495536 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB738554-
CMYK0.1400.360.67
HSL83.23º22.3%27.25%-
HSV(B)83.23º36.47%33.33%-
XYZ6.668.184.72-
YUV77.88114.52124.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.43%
GREEN value IS 85 (33.59% from 255) = 40.09%
BLUE value IS 54 (21.48% from 255) = 25.47%
R=34.43%
G=40.09%
B=25.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7385540.1400.360.6783.2322.327.25
Hex495536E0244353161b
Octal11112566160441031232633
Binary1001001101010111011011100100100100001110100111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495536; }

 p { color: rgb(73,85,54); }

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

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

 a { background-color: rgb(73,85,54); }

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

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

 span { border-color: rgb(73,85,54); }

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