#495925

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

Shades of Clover #495925

Tints of Clover #495925

Color information

#495925 (or 0x495925) is unknown color: approx Clover. HEX triplet: 49, 59 and 25. RGB value is (73,89,37). Sum of RGB (Red+Green+Blue) = 73+89+37=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 89 (35.16% from 255 or 44.72% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 89 - color contains mainly: green. Hex color #495925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495925 is #B6A6DA. Grayscale: #4E4E4E. Windows color (decimal): -11970267 or 2447689. OLE color: 2447689.

HSL color Cylindrical-coordinate representation of color #495925: hue angle of 78.46º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #495925 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB738937-
CMYK0.1800.580.65
HSL78.46º41.27%24.71%-
HSV(B)78.46º58.43%34.9%-
XYZ6.658.693.08-
YUV78.29104.7124.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.68%
GREEN value IS 89 (35.16% from 255) = 44.72%
BLUE value IS 37 (14.84% from 255) = 18.59%
R=36.68%
G=44.72%
B=18.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389370.1800.580.6578.4641.2724.71
Hex4959251203A414e2919
Octal11113145220721011165131
Binary100100110110011001011001001110101000001100111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495925; }

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

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

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

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

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

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

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

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