#44552D

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

Shades of Clover #44552D

Tints of Clover #44552D

Color information

#44552D (or 0x44552D) is unknown color: approx Clover. HEX triplet: 44, 55 and 2D. RGB value is (68,85,45). Sum of RGB (Red+Green+Blue) = 68+85+45=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 85 - color contains mainly: green. Hex color #44552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44552D is #BBAAD2. Grayscale: #4B4B4B. Windows color (decimal): -12298963 or 2970948. OLE color: 2970948.

HSL color Cylindrical-coordinate representation of color #44552D: hue angle of 85.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #44552D is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB688545-
CMYK0.2000.470.67
HSL85.5º30.77%25.49%-
HSV(B)85.5º47.06%33.33%-
XYZ6.117.923.69-
YUV75.36110.87122.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.34%
GREEN value IS 85 (33.59% from 255) = 42.93%
BLUE value IS 45 (17.97% from 255) = 22.73%
R=34.34%
G=42.93%
B=22.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885450.2000.470.6785.530.7725.49
Hex44552D1402F43561f19
Octal10412555240571031263731
Binary10001001010101101101101000101111100001110101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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