#424E47

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

Shades of Plantation #424E47

Tints of Plantation #424E47

Color information

#424E47 (or 0x424E47) is unknown color: approx Plantation. HEX triplet: 42, 4E and 47. RGB value is (66,78,71). Sum of RGB (Red+Green+Blue) = 66+78+71=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 78 - color contains mainly: green. Hex color #424E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424E47 is #BDB1B8. Grayscale: #494949. Windows color (decimal): -12431801 or 4673090. OLE color: 4673090.

HSL color Cylindrical-coordinate representation of color #424E47: hue angle of 145º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #424E47 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB667871-
CMYK0.1500.090.69
HSL145º8.33%28.24%-
HSV(B)145º15.38%30.59%-
XYZ6.117.067-
YUV73.61126.52122.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 78 (30.86% from 255) = 36.28%
BLUE value IS 71 (28.12% from 255) = 33.02%
R=30.70%
G=36.28%
B=33.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6678710.1500.090.691458.3328.24
Hex424E47F09459181c
Octal102116107170111052211034
Binary100001010011101000111111101001100010110010001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424E47; }

 p { color: rgb(66,78,71); }

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

<style>
 a { background-color: #424E47; }

 a { background-color: rgb(66,78,71); }

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

<style>
 span { border-color: #424E47; }

 span { border-color: rgb(66,78,71); }

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