#496023

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

Shades of Clover #496023

Tints of Clover #496023

Color information

#496023 (or 0x496023) is unknown color: approx Clover. HEX triplet: 49, 60 and 23. RGB value is (73,96,35). Sum of RGB (Red+Green+Blue) = 73+96+35=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #496023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496023 is #B69FDC. Grayscale: #525252. Windows color (decimal): -11968477 or 2318409. OLE color: 2318409.

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

Color convert

RGB739635-
CMYK0.2400.640.62
HSL82.62º46.56%25.69%-
HSV(B)82.62º63.54%37.65%-
XYZ7.239.93.12-
YUV82.17101.38121.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.78%
GREEN value IS 96 (37.89% from 255) = 47.06%
BLUE value IS 35 (14.06% from 255) = 17.16%
R=35.78%
G=47.06%
B=17.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396350.2400.640.6282.6246.5625.69
Hex496023180403E532f1a
Octal11114043300100761235732
Binary100100111000001000111100001000000111110101001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496023; }

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

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

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

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

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

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

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

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