#44601F

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

Shades of Clover #44601F

Tints of Clover #44601F

Color information

#44601F (or 0x44601F) is unknown color: approx Clover. HEX triplet: 44, 60 and 1F. RGB value is (68,96,31). Sum of RGB (Red+Green+Blue) = 68+96+31=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 96 - color contains mainly: green. Hex color #44601F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44601F is #BB9FE0. Grayscale: #505050. Windows color (decimal): -12296161 or 2056260. OLE color: 2056260.

HSL color Cylindrical-coordinate representation of color #44601F: hue angle of 85.85º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44601F is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB689631-
CMYK0.2900.680.62
HSL85.85º51.18%24.9%-
HSV(B)85.85º67.71%37.65%-
XYZ6.819.692.81-
YUV80.22100.22119.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.87%
GREEN value IS 96 (37.89% from 255) = 49.23%
BLUE value IS 31 (12.5% from 255) = 15.90%
R=34.87%
G=49.23%
B=15.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6896310.2900.680.6285.8551.1824.9
Hex44601F1D0443E563319
Octal10414037350104761266331
Binary10001001100000111111110101000100111110101011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,96,31); }

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

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

 a { background-color: rgb(68,96,31); }

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

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

 span { border-color: rgb(68,96,31); }

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