#495828

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

Shades of Clover #495828

Tints of Clover #495828

Color information

#495828 (or 0x495828) is unknown color: approx Clover. HEX triplet: 49, 58 and 28. RGB value is (73,88,40). Sum of RGB (Red+Green+Blue) = 73+88+40=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 88 - color contains mainly: green. Hex color #495828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495828 is #B6A7D7. Grayscale: #4E4E4E. Windows color (decimal): -11970520 or 2644041. OLE color: 2644041.

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

Color convert

RGB738840-
CMYK0.1700.550.65
HSL78.75º37.5%25.1%-
HSV(B)78.75º54.55%34.51%-
XYZ6.628.553.31-
YUV78.04106.53124.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.32%
GREEN value IS 88 (34.77% from 255) = 43.78%
BLUE value IS 40 (16.02% from 255) = 19.90%
R=36.32%
G=43.78%
B=19.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7388400.1700.550.6578.7537.525.1
Hex49582811037414f2619
Octal11113050210671011174631
Binary100100110110001010001000101101111000001100111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495828; }

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

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

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

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

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

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

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

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