#44552E

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

Shades of Clover #44552E

Tints of Clover #44552E

Color information

#44552E (or 0x44552E) is unknown color: approx Clover. HEX triplet: 44, 55 and 2E. RGB value is (68,85,46). Sum of RGB (Red+Green+Blue) = 68+85+46=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #44552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44552E is #BBAAD1. Grayscale: #4B4B4B. Windows color (decimal): -12298962 or 3036484. OLE color: 3036484.

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

Color convert

RGB688546-
CMYK0.2000.460.67
HSL86.15º29.77%25.69%-
HSV(B)86.15º45.88%33.33%-
XYZ6.137.923.79-
YUV75.47111.37122.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.17%
GREEN value IS 85 (33.59% from 255) = 42.71%
BLUE value IS 46 (18.36% from 255) = 23.12%
R=34.17%
G=42.71%
B=23.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885460.2000.460.6786.1529.7725.69
Hex44552E1402E43561e1a
Octal10412556240561031263632
Binary10001001010101101110101000101110100001110101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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