#44522C

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

Shades of Clover #44522C

Tints of Clover #44522C

Color information

#44522C (or 0x44522C) is unknown color: approx Clover. HEX triplet: 44, 52 and 2C. RGB value is (68,82,44). Sum of RGB (Red+Green+Blue) = 68+82+44=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 82 - color contains mainly: green. Hex color #44522C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44522C is #BBADD3. Grayscale: #494949. Windows color (decimal): -12299732 or 2904644. OLE color: 2904644.

HSL color Cylindrical-coordinate representation of color #44522C: hue angle of 82.11º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44522C is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB688244-
CMYK0.1700.460.68
HSL82.11º30.16%24.71%-
HSV(B)82.11º46.34%32.16%-
XYZ5.867.453.51-
YUV73.48111.36124.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.05%
GREEN value IS 82 (32.42% from 255) = 42.27%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=35.05%
G=42.27%
B=22.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6882440.1700.460.6882.1130.1624.71
Hex44522C1102E44521e19
Octal10412254210561041223631
Binary10001001010010101100100010101110100010010100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44522C; }

 p { color: rgb(68,82,44); }

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

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

 a { background-color: rgb(68,82,44); }

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

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

 span { border-color: rgb(68,82,44); }

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