#495938

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

Shades of Clover #495938

Tints of Clover #495938

Color information

#495938 (or 0x495938) is unknown color: approx Clover. HEX triplet: 49, 59 and 38. RGB value is (73,89,56). Sum of RGB (Red+Green+Blue) = 73+89+56=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #495938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495938 is #B6A6C7. Grayscale: #505050. Windows color (decimal): -11970248 or 3692873. OLE color: 3692873.

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

Color convert

RGB738956-
CMYK0.1800.370.65
HSL89.09º22.76%28.43%-
HSV(B)89.09º37.08%34.9%-
XYZ7.038.855.08-
YUV80.45114.2122.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 89 (35.16% from 255) = 40.83%
BLUE value IS 56 (22.27% from 255) = 25.69%
R=33.49%
G=40.83%
B=25.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389560.1800.370.6589.0922.7628.43
Hex495938120254159171c
Octal11113170220451011312734
Binary10010011011001111000100100100101100000110110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495938; }

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

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

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

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

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

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

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

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