#44524C

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

Shades of Plantation #44524C

Tints of Plantation #44524C

Color information

#44524C (or 0x44524C) is unknown color: approx Plantation. HEX triplet: 44, 52 and 4C. RGB value is (68,82,76). Sum of RGB (Red+Green+Blue) = 68+82+76=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 82 - color contains mainly: green. Hex color #44524C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44524C is #BBADB3. Grayscale: #4D4D4D. Windows color (decimal): -12299700 or 5001796. OLE color: 5001796.

HSL color Cylindrical-coordinate representation of color #44524C: hue angle of 154.29º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #44524C is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB688276-
CMYK0.1700.070.68
HSL154.29º9.33%29.41%-
HSV(B)154.29º17.07%32.16%-
XYZ6.717.797.99-
YUV77.13127.36121.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.09%
GREEN value IS 82 (32.42% from 255) = 36.28%
BLUE value IS 76 (30.08% from 255) = 33.63%
R=30.09%
G=36.28%
B=33.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6882760.1700.070.68154.299.3329.41
Hex44524C1107449a91d
Octal10412211421071042321135
Binary100010010100101001100100010111100010010011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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