#42544D

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

Shades of Plantation #42544D

Tints of Plantation #42544D

Color information

#42544D (or 0x42544D) is unknown color: approx Plantation. HEX triplet: 42, 54 and 4D. RGB value is (66,84,77). Sum of RGB (Red+Green+Blue) = 66+84+77=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 84 - color contains mainly: green. Hex color #42544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42544D is #BDABB2. Grayscale: #4D4D4D. Windows color (decimal): -12430259 or 5067842. OLE color: 5067842.

HSL color Cylindrical-coordinate representation of color #42544D: hue angle of 156.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #42544D is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB668477-
CMYK0.2100.080.67
HSL156.67º12%29.41%-
HSV(B)156.67º21.43%32.94%-
XYZ6.768.038.22-
YUV77.82127.54119.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 84 (33.20% from 255) = 37.00%
BLUE value IS 77 (30.47% from 255) = 33.92%
R=29.07%
G=37.00%
B=33.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6684770.2100.080.67156.671229.41
Hex42544D1508439dc1d
Octal102124115250101032351435
Binary1000010101010010011011010101000100001110011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42544D; }

 p { color: rgb(66,84,77); }

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

<style>
 a { background-color: #42544D; }

 a { background-color: rgb(66,84,77); }

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

<style>
 span { border-color: #42544D; }

 span { border-color: rgb(66,84,77); }

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