#495334

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

Shades of Clover #495334

Tints of Clover #495334

Color information

#495334 (or 0x495334) is unknown color: approx Clover. HEX triplet: 49, 53 and 34. RGB value is (73,83,52). Sum of RGB (Red+Green+Blue) = 73+83+52=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 83 - color contains mainly: green. Hex color #495334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495334 is #B6ACCB. Grayscale: #4C4C4C. Windows color (decimal): -11971788 or 3429193. OLE color: 3429193.

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

Color convert

RGB738352-
CMYK0.1200.370.67
HSL79.35º22.96%26.47%-
HSV(B)79.35º37.35%32.55%-
XYZ6.467.854.42-
YUV76.48114.19125.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.10%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 52 (20.70% from 255) = 25%
R=35.10%
G=39.90%
B=25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7383520.1200.370.6779.3522.9626.47
Hex495334C025434f171a
Octal11112364140451031172732
Binary1001001101001111010011000100101100001110011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495334; }

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

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

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

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

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

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

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

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