#44552A

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

Shades of Clover #44552A

Tints of Clover #44552A

Color information

#44552A (or 0x44552A) is unknown color: approx Clover. HEX triplet: 44, 55 and 2A. RGB value is (68,85,42). Sum of RGB (Red+Green+Blue) = 68+85+42=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #44552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44552A is #BBAAD5. Grayscale: #4B4B4B. Windows color (decimal): -12298966 or 2774340. OLE color: 2774340.

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

Color convert

RGB688542-
CMYK0.2000.510.67
HSL83.72º33.86%24.9%-
HSV(B)83.72º50.59%33.33%-
XYZ6.057.893.4-
YUV75.02109.37123-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.87%
GREEN value IS 85 (33.59% from 255) = 43.59%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=34.87%
G=43.59%
B=21.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885420.2000.510.6783.7233.8624.9
Hex44552A1403343542219
Octal10412552240631031244231
Binary100010010101011010101010001100111000011101010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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