#496026

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

Shades of Clover #496026

Tints of Clover #496026

Color information

#496026 (or 0x496026) is unknown color: approx Clover. HEX triplet: 49, 60 and 26. RGB value is (73,96,38). Sum of RGB (Red+Green+Blue) = 73+96+38=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #496026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496026 is #B69FD9. Grayscale: #525252. Windows color (decimal): -11968474 or 2515017. OLE color: 2515017.

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

Color convert

RGB739638-
CMYK0.2400.600.62
HSL83.79º43.28%26.27%-
HSV(B)83.79º60.42%37.65%-
XYZ7.289.923.37-
YUV82.51102.88121.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.27%
GREEN value IS 96 (37.89% from 255) = 46.38%
BLUE value IS 38 (15.23% from 255) = 18.36%
R=35.27%
G=46.38%
B=18.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396380.2400.600.6283.7943.2826.27
Hex4960261803C3E542b1a
Octal1111404630074761245332
Binary10010011100000100110110000111100111110101010010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496026; }

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

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

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

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

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

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

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

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