#44502F

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

Shades of Clover #44502F

Tints of Clover #44502F

Color information

#44502F (or 0x44502F) is unknown color: approx Clover. HEX triplet: 44, 50 and 2F. RGB value is (68,80,47). Sum of RGB (Red+Green+Blue) = 68+80+47=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 80 - color contains mainly: green. Hex color #44502F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44502F is #BBAFD0. Grayscale: #484848. Windows color (decimal): -12300241 or 3100740. OLE color: 3100740.

HSL color Cylindrical-coordinate representation of color #44502F: hue angle of 81.82º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #44502F is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB688047-
CMYK0.1500.410.69
HSL81.82º25.98%24.9%-
HSV(B)81.82º41.25%31.37%-
XYZ5.777.173.77-
YUV72.65113.52124.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.87%
GREEN value IS 80 (31.64% from 255) = 41.03%
BLUE value IS 47 (18.75% from 255) = 24.10%
R=34.87%
G=41.03%
B=24.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6880470.1500.410.6981.8225.9824.9
Hex44502FF02945521a19
Octal10412057170511051223231
Binary1000100101000010111111110101001100010110100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44502F; }

 p { color: rgb(68,80,47); }

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

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

 a { background-color: rgb(68,80,47); }

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

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

 span { border-color: rgb(68,80,47); }

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