#495D25

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

Shades of Clover #495D25

Tints of Clover #495D25

Color information

#495D25 (or 0x495D25) is unknown color: approx Clover. HEX triplet: 49, 5D and 25. RGB value is (73,93,37). Sum of RGB (Red+Green+Blue) = 73+93+37=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 93 (36.72% from 255 or 45.81% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 93 - color contains mainly: green. Hex color #495D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495D25 is #B6A2DA. Grayscale: #505050. Windows color (decimal): -11969243 or 2448713. OLE color: 2448713.

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

Color convert

RGB739337-
CMYK0.2200.600.64
HSL81.43º43.08%25.49%-
HSV(B)81.43º60.22%36.47%-
XYZ79.383.19-
YUV80.64103.37122.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 93 (36.72% from 255) = 45.81%
BLUE value IS 37 (14.84% from 255) = 18.23%
R=35.96%
G=45.81%
B=18.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7393370.2200.600.6481.4343.0825.49
Hex495D251603C40512b19
Octal11113545260741001215331
Binary100100110111011001011011001111001000000101000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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