#495825

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

Shades of Clover #495825

Tints of Clover #495825

Color information

#495825 (or 0x495825) is unknown color: approx Clover. HEX triplet: 49, 58 and 25. RGB value is (73,88,37). Sum of RGB (Red+Green+Blue) = 73+88+37=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 88 - color contains mainly: green. Hex color #495825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495825 is #B6A7DA. Grayscale: #4D4D4D. Windows color (decimal): -11970523 or 2447433. OLE color: 2447433.

HSL color Cylindrical-coordinate representation of color #495825: hue angle of 77.65º 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 #495825 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB738837-
CMYK0.1700.580.65
HSL77.65º40.8%24.51%-
HSV(B)77.65º57.95%34.51%-
XYZ6.578.533.05-
YUV77.7105.03124.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.87%
GREEN value IS 88 (34.77% from 255) = 44.44%
BLUE value IS 37 (14.84% from 255) = 18.69%
R=36.87%
G=44.44%
B=18.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7388370.1700.580.6577.6540.824.51
Hex4958251103A414e2919
Octal11113045210721011165131
Binary100100110110001001011000101110101000001100111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495825; }

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

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

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

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

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

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

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

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