#44552B

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

Shades of Clover #44552B

Tints of Clover #44552B

Color information

#44552B (or 0x44552B) is unknown color: approx Clover. HEX triplet: 44, 55 and 2B. RGB value is (68,85,43). Sum of RGB (Red+Green+Blue) = 68+85+43=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 85 - color contains mainly: green. Hex color #44552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44552B is #BBAAD4. Grayscale: #4B4B4B. Windows color (decimal): -12298965 or 2839876. OLE color: 2839876.

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

Color convert

RGB688543-
CMYK0.2000.490.67
HSL84.29º32.81%25.1%-
HSV(B)84.29º49.41%33.33%-
XYZ6.077.93.49-
YUV75.13109.87122.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.69%
GREEN value IS 85 (33.59% from 255) = 43.37%
BLUE value IS 43 (17.19% from 255) = 21.94%
R=34.69%
G=43.37%
B=21.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885430.2000.490.6784.2932.8125.1
Hex44552B1403143542119
Octal10412553240611031244131
Binary100010010101011010111010001100011000011101010010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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