#495132

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

Shades of Clover #495132

Tints of Clover #495132

Color information

#495132 (or 0x495132) is unknown color: approx Clover. HEX triplet: 49, 51 and 32. RGB value is (73,81,50). Sum of RGB (Red+Green+Blue) = 73+81+50=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 81 - color contains mainly: green. Hex color #495132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495132 is #B6AECD. Grayscale: #4B4B4B. Windows color (decimal): -11972302 or 3297609. OLE color: 3297609.

HSL color Cylindrical-coordinate representation of color #495132: hue angle of 75.48º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #495132 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB738150-
CMYK0.1000.380.68
HSL75.48º23.66%25.69%-
HSV(B)75.48º38.27%31.76%-
XYZ6.277.534.14-
YUV75.07113.85126.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.78%
GREEN value IS 81 (32.03% from 255) = 39.71%
BLUE value IS 50 (19.92% from 255) = 24.51%
R=35.78%
G=39.71%
B=24.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7381500.1000.380.6875.4823.6625.69
Hex495132A026444b181a
Octal11112162120461041133032
Binary1001001101000111001010100100110100010010010111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495132; }

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

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

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

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

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

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

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

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