#495835

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

Shades of Clover #495835

Tints of Clover #495835

Color information

#495835 (or 0x495835) is unknown color: approx Clover. HEX triplet: 49, 58 and 35. RGB value is (73,88,53). Sum of RGB (Red+Green+Blue) = 73+88+53=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 88 - color contains mainly: green. Hex color #495835 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495835 is #B6A7CA. Grayscale: #4F4F4F. Windows color (decimal): -11970507 or 3496009. OLE color: 3496009.

HSL color Cylindrical-coordinate representation of color #495835: hue angle of 85.71º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #495835 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB738853-
CMYK0.1700.400.65
HSL85.71º24.82%27.65%-
HSV(B)85.71º39.77%34.51%-
XYZ6.888.654.68-
YUV79.53113.03123.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 88 (34.77% from 255) = 41.12%
BLUE value IS 53 (21.09% from 255) = 24.77%
R=34.11%
G=41.12%
B=24.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7388530.1700.400.6585.7124.8227.65
Hex495835110284156191c
Octal11113065210501011263134
Binary10010011011000110101100010101000100000110101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495835; }

 p { color: rgb(73,88,53); }

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

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

 a { background-color: rgb(73,88,53); }

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

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

 span { border-color: rgb(73,88,53); }

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