#495136

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

Shades of Clover #495136

Tints of Clover #495136

Color information

#495136 (or 0x495136) is unknown color: approx Clover. HEX triplet: 49, 51 and 36. RGB value is (73,81,54). Sum of RGB (Red+Green+Blue) = 73+81+54=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 81 - color contains mainly: green. Hex color #495136 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495136 is #B6AEC9. Grayscale: #4B4B4B. Windows color (decimal): -11972298 or 3559753. OLE color: 3559753.

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

Color convert

RGB738154-
CMYK0.1000.330.68
HSL77.78º20%26.47%-
HSV(B)77.78º33.33%31.76%-
XYZ6.367.574.62-
YUV75.53115.85126.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.10%
GREEN value IS 81 (32.03% from 255) = 38.94%
BLUE value IS 54 (21.48% from 255) = 25.96%
R=35.10%
G=38.94%
B=25.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7381540.1000.330.6877.782026.47
Hex495136A021444e141a
Octal11112166120411041162432
Binary1001001101000111011010100100001100010010011101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495136; }

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

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

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

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

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

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

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

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