#495234

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

Shades of Clover #495234

Tints of Clover #495234

Color information

#495234 (or 0x495234) is unknown color: approx Clover. HEX triplet: 49, 52 and 34. RGB value is (73,82,52). Sum of RGB (Red+Green+Blue) = 73+82+52=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 52 (20.70% from 255 or 25.12% from 207); Max value from RGB is 82 - color contains mainly: green. Hex color #495234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495234 is #B6ADCB. Grayscale: #4C4C4C. Windows color (decimal): -11972044 or 3428937. OLE color: 3428937.

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

Color convert

RGB738252-
CMYK0.1100.370.68
HSL78º22.39%26.27%-
HSV(B)78º36.59%32.16%-
XYZ6.387.74.4-
YUV75.89114.52125.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.27%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 52 (20.70% from 255) = 25.12%
R=35.27%
G=39.61%
B=25.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7382520.1100.370.687822.3926.27
Hex495234B025444e161a
Octal11112264130451041162632
Binary1001001101001011010010110100101100010010011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495234; }

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

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

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

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

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

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

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

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