#495332

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

Shades of Clover #495332

Tints of Clover #495332

Color information

#495332 (or 0x495332) is unknown color: approx Clover. HEX triplet: 49, 53 and 32. RGB value is (73,83,50). Sum of RGB (Red+Green+Blue) = 73+83+50=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #495332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495332 is #B6ACCD. Grayscale: #4C4C4C. Windows color (decimal): -11971790 or 3298121. OLE color: 3298121.

HSL color Cylindrical-coordinate representation of color #495332: hue angle of 78.18º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #495332 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB738350-
CMYK0.1200.400.67
HSL78.18º24.81%26.08%-
HSV(B)78.18º39.76%32.55%-
XYZ6.427.834.19-
YUV76.25113.19125.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.44%
GREEN value IS 83 (32.81% from 255) = 40.29%
BLUE value IS 50 (19.92% from 255) = 24.27%
R=35.44%
G=40.29%
B=24.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7383500.1200.400.6778.1824.8126.08
Hex495332C028434e191a
Octal11112362140501031163132
Binary1001001101001111001011000101000100001110011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495332; }

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

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

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

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

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

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

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

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