#44512D

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

Shades of Clover #44512D

Tints of Clover #44512D

Color information

#44512D (or 0x44512D) is unknown color: approx Clover. HEX triplet: 44, 51 and 2D. RGB value is (68,81,45). Sum of RGB (Red+Green+Blue) = 68+81+45=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 81 - color contains mainly: green. Hex color #44512D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44512D is #BBAED2. Grayscale: #494949. Windows color (decimal): -12299987 or 2969924. OLE color: 2969924.

HSL color Cylindrical-coordinate representation of color #44512D: hue angle of 81.67º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #44512D is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB688145-
CMYK0.1600.440.68
HSL81.67º28.57%24.71%-
HSV(B)81.67º44.44%31.76%-
XYZ5.87.33.59-
YUV73.01112.19124.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.05%
GREEN value IS 81 (32.03% from 255) = 41.75%
BLUE value IS 45 (17.97% from 255) = 23.20%
R=35.05%
G=41.75%
B=23.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6881450.1600.440.6881.6728.5724.71
Hex44512D1002C44521d19
Octal10412155200541041223531
Binary10001001010001101101100000101100100010010100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44512D; }

 p { color: rgb(68,81,45); }

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

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

 a { background-color: rgb(68,81,45); }

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

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

 span { border-color: rgb(68,81,45); }

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