#495238

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

Shades of Clover #495238

Tints of Clover #495238

Color information

#495238 (or 0x495238) is unknown color: approx Clover. HEX triplet: 49, 52 and 38. RGB value is (73,82,56). Sum of RGB (Red+Green+Blue) = 73+82+56=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 82 - color contains mainly: green. Hex color #495238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495238 is #B6ADC7. Grayscale: #4C4C4C. Windows color (decimal): -11972040 or 3691081. OLE color: 3691081.

HSL color Cylindrical-coordinate representation of color #495238: hue angle of 80.77º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #495238 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB738256-
CMYK0.1100.320.68
HSL80.77º18.84%27.06%-
HSV(B)80.77º31.71%32.16%-
XYZ6.487.744.89-
YUV76.34116.52125.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.60%
GREEN value IS 82 (32.42% from 255) = 38.86%
BLUE value IS 56 (22.27% from 255) = 26.54%
R=34.60%
G=38.86%
B=26.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7382560.1100.320.6880.7718.8427.06
Hex495238B0204451131b
Octal11112270130401041212333
Binary1001001101001011100010110100000100010010100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495238; }

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

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

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

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

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

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

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

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