#495732

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

Shades of Clover #495732

Tints of Clover #495732

Color information

#495732 (or 0x495732) is unknown color: approx Clover. HEX triplet: 49, 57 and 32. RGB value is (73,87,50). Sum of RGB (Red+Green+Blue) = 73+87+50=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 87 - color contains mainly: green. Hex color #495732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495732 is #B6A8CD. Grayscale: #4E4E4E. Windows color (decimal): -11970766 or 3299145. OLE color: 3299145.

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

Color convert

RGB738750-
CMYK0.1600.430.66
HSL82.7º27.01%26.86%-
HSV(B)82.7º42.53%34.12%-
XYZ6.738.464.3-
YUV78.6111.86124.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.76%
GREEN value IS 87 (34.38% from 255) = 41.43%
BLUE value IS 50 (19.92% from 255) = 23.81%
R=34.76%
G=41.43%
B=23.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7387500.1600.430.6682.727.0126.86
Hex4957321002B42531b1b
Octal11112762200531021233333
Binary10010011010111110010100000101011100001010100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495732; }

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

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

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

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

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

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

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

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