#495338

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

Shades of Clover #495338

Tints of Clover #495338

Color information

#495338 (or 0x495338) is unknown color: approx Clover. HEX triplet: 49, 53 and 38. RGB value is (73,83,56). Sum of RGB (Red+Green+Blue) = 73+83+56=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 83 - color contains mainly: green. Hex color #495338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495338 is #B6ACC7. Grayscale: #4D4D4D. Windows color (decimal): -11971784 or 3691337. OLE color: 3691337.

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

Color convert

RGB738356-
CMYK0.1200.330.67
HSL82.22º19.42%27.25%-
HSV(B)82.22º32.53%32.55%-
XYZ6.557.894.92-
YUV76.93116.19125.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.43%
GREEN value IS 83 (32.81% from 255) = 39.15%
BLUE value IS 56 (22.27% from 255) = 26.42%
R=34.43%
G=39.15%
B=26.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7383560.1200.330.6782.2219.4227.25
Hex495338C0214352131b
Octal11112370140411031222333
Binary1001001101001111100011000100001100001110100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495338; }

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

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

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

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

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

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

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

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