#495D24

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

Shades of Clover #495D24

Tints of Clover #495D24

Color information

#495D24 (or 0x495D24) is unknown color: approx Clover. HEX triplet: 49, 5D and 24. RGB value is (73,93,36). Sum of RGB (Red+Green+Blue) = 73+93+36=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 93 - color contains mainly: green. Hex color #495D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495D24 is #B6A2DB. Grayscale: #505050. Windows color (decimal): -11969244 or 2383177. OLE color: 2383177.

HSL color Cylindrical-coordinate representation of color #495D24: hue angle of 81.05º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #495D24 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.64.

Color convert

RGB739336-
CMYK0.2200.610.64
HSL81.05º44.19%25.29%-
HSV(B)81.05º61.29%36.47%-
XYZ6.989.373.11-
YUV80.52102.87122.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.14%
GREEN value IS 93 (36.72% from 255) = 46.04%
BLUE value IS 36 (14.45% from 255) = 17.82%
R=36.14%
G=46.04%
B=17.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7393360.2200.610.6481.0544.1925.29
Hex495D241603D40512c19
Octal11113544260751001215431
Binary100100110111011001001011001111011000000101000110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495D24; }

 p { color: rgb(73,93,36); }

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

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

 a { background-color: rgb(73,93,36); }

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

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

 span { border-color: rgb(73,93,36); }

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