#495432

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

Shades of Clover #495432

Tints of Clover #495432

Color information

#495432 (or 0x495432) is unknown color: approx Clover. HEX triplet: 49, 54 and 32. RGB value is (73,84,50). Sum of RGB (Red+Green+Blue) = 73+84+50=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #495432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495432 is #B6ABCD. Grayscale: #4C4C4C. Windows color (decimal): -11971534 or 3298377. OLE color: 3298377.

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

Color convert

RGB738450-
CMYK0.1300.400.67
HSL79.41º25.37%26.27%-
HSV(B)79.41º40.48%32.94%-
XYZ6.497.994.22-
YUV76.83112.86125.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.27%
GREEN value IS 84 (33.20% from 255) = 40.58%
BLUE value IS 50 (19.92% from 255) = 24.15%
R=35.27%
G=40.58%
B=24.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7384500.1300.400.6779.4125.3726.27
Hex495432D028434f191a
Octal11112462150501031173132
Binary1001001101010011001011010101000100001110011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495432; }

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

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

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

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

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

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

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

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