#496027

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

Shades of Clover #496027

Tints of Clover #496027

Color information

#496027 (or 0x496027) is unknown color: approx Clover. HEX triplet: 49, 60 and 27. RGB value is (73,96,39). Sum of RGB (Red+Green+Blue) = 73+96+39=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 96 - color contains mainly: green. Hex color #496027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496027 is #B69FD8. Grayscale: #525252. Windows color (decimal): -11968473 or 2580553. OLE color: 2580553.

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

Color convert

RGB739639-
CMYK0.2400.590.62
HSL84.21º42.22%26.47%-
HSV(B)84.21º59.38%37.65%-
XYZ7.39.933.45-
YUV82.62103.38121.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.10%
GREEN value IS 96 (37.89% from 255) = 46.15%
BLUE value IS 39 (15.62% from 255) = 18.75%
R=35.10%
G=46.15%
B=18.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396390.2400.590.6284.2142.2226.47
Hex4960271803B3E542a1a
Octal1111404730073761245232
Binary10010011100000100111110000111011111110101010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496027; }

 p { color: rgb(73,96,39); }

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

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

 a { background-color: rgb(73,96,39); }

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

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

 span { border-color: rgb(73,96,39); }

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