#496126

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

Shades of Clover #496126

Tints of Clover #496126

Color information

#496126 (or 0x496126) is unknown color: approx Clover. HEX triplet: 49, 61 and 26. RGB value is (73,97,38). Sum of RGB (Red+Green+Blue) = 73+97+38=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 38 (15.23% from 255 or 18.27% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #496126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496126 is #B69ED9. Grayscale: #535353. Windows color (decimal): -11968218 or 2515273. OLE color: 2515273.

HSL color Cylindrical-coordinate representation of color #496126: hue angle of 84.41º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #496126 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB739738-
CMYK0.2500.610.62
HSL84.41º43.7%26.47%-
HSV(B)84.41º60.82%38.04%-
XYZ7.3710.113.4-
YUV83.1102.55120.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.10%
GREEN value IS 97 (38.28% from 255) = 46.63%
BLUE value IS 38 (15.23% from 255) = 18.27%
R=35.10%
G=46.63%
B=18.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397380.2500.610.6284.4143.726.47
Hex4961261903D3E542c1a
Octal1111414631075761245432
Binary10010011100001100110110010111101111110101010010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496126; }

 p { color: rgb(73,97,38); }

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

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

 a { background-color: rgb(73,97,38); }

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

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

 span { border-color: rgb(73,97,38); }

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