#495434

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

Shades of Clover #495434

Tints of Clover #495434

Color information

#495434 (or 0x495434) is unknown color: approx Clover. HEX triplet: 49, 54 and 34. RGB value is (73,84,52). Sum of RGB (Red+Green+Blue) = 73+84+52=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 84 - color contains mainly: green. Hex color #495434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495434 is #B6ABCB. Grayscale: #4D4D4D. Windows color (decimal): -11971532 or 3429449. OLE color: 3429449.

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

Color convert

RGB738452-
CMYK0.1300.380.67
HSL80.62º23.53%26.67%-
HSV(B)80.62º38.1%32.94%-
XYZ6.548.014.45-
YUV77.06113.86125.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.93%
GREEN value IS 84 (33.20% from 255) = 40.19%
BLUE value IS 52 (20.70% from 255) = 24.88%
R=34.93%
G=40.19%
B=24.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7384520.1300.380.6780.6223.5326.67
Hex495434D0264351181b
Octal11112464150461031213033
Binary1001001101010011010011010100110100001110100011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495434; }

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

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

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

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

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

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

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

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