#495827

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

Shades of Clover #495827

Tints of Clover #495827

Color information

#495827 (or 0x495827) is unknown color: approx Clover. HEX triplet: 49, 58 and 27. RGB value is (73,88,39). Sum of RGB (Red+Green+Blue) = 73+88+39=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 88 - color contains mainly: green. Hex color #495827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495827 is #B6A7D8. Grayscale: #4E4E4E. Windows color (decimal): -11970521 or 2578505. OLE color: 2578505.

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

Color convert

RGB738839-
CMYK0.1700.560.65
HSL78.37º38.58%24.9%-
HSV(B)78.37º55.68%34.51%-
XYZ6.68.543.22-
YUV77.93106.03124.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.5%
GREEN value IS 88 (34.77% from 255) = 44%
BLUE value IS 39 (15.62% from 255) = 19.5%
R=36.5%
G=44%
B=19.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7388390.1700.560.6578.3738.5824.9
Hex49582711038414e2719
Octal11113047210701011164731
Binary100100110110001001111000101110001000001100111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495827; }

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

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

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

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

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

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

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

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