#495331

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

Shades of Clover #495331

Tints of Clover #495331

Color information

#495331 (or 0x495331) is unknown color: approx Clover. HEX triplet: 49, 53 and 31. RGB value is (73,83,49). Sum of RGB (Red+Green+Blue) = 73+83+49=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #495331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495331 is #B6ACCE. Grayscale: #4C4C4C. Windows color (decimal): -11971791 or 3232585. OLE color: 3232585.

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

Color convert

RGB738349-
CMYK0.1200.410.67
HSL77.65º25.76%25.88%-
HSV(B)77.65º40.96%32.55%-
XYZ6.47.824.08-
YUV76.13112.69125.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.61%
GREEN value IS 83 (32.81% from 255) = 40.49%
BLUE value IS 49 (19.53% from 255) = 23.90%
R=35.61%
G=40.49%
B=23.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7383490.1200.410.6777.6525.7625.88
Hex495331C029434e1a1a
Octal11112361140511031163232
Binary1001001101001111000111000101001100001110011101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495331; }

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

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

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

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

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

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

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

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