#495628

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

Shades of Clover #495628

Tints of Clover #495628

Color information

#495628 (or 0x495628) is unknown color: approx Clover. HEX triplet: 49, 56 and 28. RGB value is (73,86,40). Sum of RGB (Red+Green+Blue) = 73+86+40=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 86 - color contains mainly: green. Hex color #495628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495628 is #B6A9D7. Grayscale: #4D4D4D. Windows color (decimal): -11971032 or 2643529. OLE color: 2643529.

HSL color Cylindrical-coordinate representation of color #495628: hue angle of 76.96º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #495628 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB738640-
CMYK0.1500.530.66
HSL76.96º36.51%24.71%-
HSV(B)76.96º53.49%33.73%-
XYZ6.468.233.25-
YUV76.87107.19125.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.68%
GREEN value IS 86 (33.98% from 255) = 43.22%
BLUE value IS 40 (16.02% from 255) = 20.10%
R=36.68%
G=43.22%
B=20.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386400.1500.530.6676.9636.5124.71
Hex495628F035424d2519
Octal11112650170651021154531
Binary10010011010110101000111101101011000010100110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495628; }

 p { color: rgb(73,86,40); }

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

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

 a { background-color: rgb(73,86,40); }

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

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

 span { border-color: rgb(73,86,40); }

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