#44534A

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

Shades of Plantation #44534A

Tints of Plantation #44534A

Color information

#44534A (or 0x44534A) is unknown color: approx Plantation. HEX triplet: 44, 53 and 4A. RGB value is (68,83,74). Sum of RGB (Red+Green+Blue) = 68+83+74=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 83 - color contains mainly: green. Hex color #44534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44534A is #BBACB5. Grayscale: #4D4D4D. Windows color (decimal): -12299446 or 4870980. OLE color: 4870980.

HSL color Cylindrical-coordinate representation of color #44534A: hue angle of 144º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #44534A is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB688374-
CMYK0.1800.110.67
HSL144º9.93%29.61%-
HSV(B)144º18.07%32.55%-
XYZ6.717.917.65-
YUV77.49126.03121.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 83 (32.81% from 255) = 36.89%
BLUE value IS 74 (29.30% from 255) = 32.89%
R=30.22%
G=36.89%
B=32.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6883740.1800.110.671449.9329.61
Hex44534A120B4390a1e
Octal104123112220131032201236
Binary1000100101001110010101001001011100001110010000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,83,74); }

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

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

 a { background-color: rgb(68,83,74); }

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

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

 span { border-color: rgb(68,83,74); }

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