#44524A

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

Shades of Plantation #44524A

Tints of Plantation #44524A

Color information

#44524A (or 0x44524A) is unknown color: approx Plantation. HEX triplet: 44, 52 and 4A. RGB value is (68,82,74). Sum of RGB (Red+Green+Blue) = 68+82+74=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 82 - color contains mainly: green. Hex color #44524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44524A is #BBADB5. Grayscale: #4C4C4C. Windows color (decimal): -12299702 or 4870724. OLE color: 4870724.

HSL color Cylindrical-coordinate representation of color #44524A: hue angle of 145.71º 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 #44524A is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB688274-
CMYK0.1700.100.68
HSL145.71º9.33%29.41%-
HSV(B)145.71º17.07%32.16%-
XYZ6.647.767.63-
YUV76.9126.36121.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.36%
GREEN value IS 82 (32.42% from 255) = 36.61%
BLUE value IS 74 (29.30% from 255) = 33.04%
R=30.36%
G=36.61%
B=33.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6882740.1700.100.68145.719.3329.41
Hex44524A110A449291d
Octal104122112210121042221135
Binary1000100101001010010101000101010100010010010010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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