#44534C

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

Shades of Plantation #44534C

Tints of Plantation #44534C

Color information

#44534C (or 0x44534C) is unknown color: approx Plantation. HEX triplet: 44, 53 and 4C. RGB value is (68,83,76). Sum of RGB (Red+Green+Blue) = 68+83+76=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 83 - color contains mainly: green. Hex color #44534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44534C is #BBACB3. Grayscale: #4D4D4D. Windows color (decimal): -12299444 or 5002052. OLE color: 5002052.

HSL color Cylindrical-coordinate representation of color #44534C: hue angle of 152º 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 #44534C is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB688376-
CMYK0.1800.080.67
HSL152º9.93%29.61%-
HSV(B)152º18.07%32.55%-
XYZ6.787.948.01-
YUV77.72127.03121.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.96%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 76 (30.08% from 255) = 33.48%
R=29.96%
G=36.56%
B=33.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6883760.1800.080.671529.9329.61
Hex44534C12084398a1e
Octal104123114220101032301236
Binary1000100101001110011001001001000100001110011000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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