#495C32

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

Shades of Clover #495C32

Tints of Clover #495C32

Color information

#495C32 (or 0x495C32) is unknown color: approx Clover. HEX triplet: 49, 5C and 32. RGB value is (73,92,50). Sum of RGB (Red+Green+Blue) = 73+92+50=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 92 (36.33% from 255 or 42.79% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 92 - color contains mainly: green. Hex color #495C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495C32 is #B6A3CD. Grayscale: #515151. Windows color (decimal): -11969486 or 3300425. OLE color: 3300425.

HSL color Cylindrical-coordinate representation of color #495C32: hue angle of 87.14º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #495C32 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB739250-
CMYK0.2100.460.64
HSL87.14º29.58%27.84%-
HSV(B)87.14º45.65%36.08%-
XYZ7.159.34.44-
YUV81.53110.21121.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.95%
GREEN value IS 92 (36.33% from 255) = 42.79%
BLUE value IS 50 (19.92% from 255) = 23.26%
R=33.95%
G=42.79%
B=23.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7392500.2100.460.6487.1429.5827.84
Hex495C321502E40571e1c
Octal11113462250561001273634
Binary10010011011100110010101010101110100000010101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495C32; }

 p { color: rgb(73,92,50); }

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

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

 a { background-color: rgb(73,92,50); }

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

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

 span { border-color: rgb(73,92,50); }

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