#495D29

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

Shades of Clover #495D29

Tints of Clover #495D29

Color information

#495D29 (or 0x495D29) is unknown color: approx Clover. HEX triplet: 49, 5D and 29. RGB value is (73,93,41). Sum of RGB (Red+Green+Blue) = 73+93+41=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 93 (36.72% from 255 or 44.93% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 93 - color contains mainly: green. Hex color #495D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495D29 is #B6A2D6. Grayscale: #515151. Windows color (decimal): -11969239 or 2710857. OLE color: 2710857.

HSL color Cylindrical-coordinate representation of color #495D29: hue angle of 83.08º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #495D29 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.

Color convert

RGB739341-
CMYK0.2200.560.64
HSL83.08º38.81%26.27%-
HSV(B)83.08º55.91%36.47%-
XYZ7.069.413.54-
YUV81.09105.37122.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.27%
GREEN value IS 93 (36.72% from 255) = 44.93%
BLUE value IS 41 (16.41% from 255) = 19.81%
R=35.27%
G=44.93%
B=19.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7393410.2200.560.6483.0838.8126.27
Hex495D29160384053271a
Octal11113551260701001234732
Binary100100110111011010011011001110001000000101001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495D29; }

 p { color: rgb(73,93,41); }

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

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

 a { background-color: rgb(73,93,41); }

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

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

 span { border-color: rgb(73,93,41); }

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