#434E48

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

Shades of Plantation #434E48

Tints of Plantation #434E48

Color information

#434E48 (or 0x434E48) is unknown color: approx Plantation. HEX triplet: 43, 4E and 48. RGB value is (67,78,72). Sum of RGB (Red+Green+Blue) = 67+78+72=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 78 - color contains mainly: green. Hex color #434E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434E48 is #BCB1B7. Grayscale: #4A4A4A. Windows color (decimal): -12366264 or 4738627. OLE color: 4738627.

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

Color convert

RGB677872-
CMYK0.1400.080.69
HSL147.27º7.59%28.43%-
HSV(B)147.27º14.1%30.59%-
XYZ6.217.117.18-
YUV74.03126.86122.99-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.88%
GREEN value IS 78 (30.86% from 255) = 35.94%
BLUE value IS 72 (28.52% from 255) = 33.18%
R=30.88%
G=35.94%
B=33.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6778720.1400.080.69147.277.5928.43
Hex434E48E08459381c
Octal103116110160101052231034
Binary100001110011101001000111001000100010110010011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434E48; }

 p { color: rgb(67,78,72); }

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

<style>
 a { background-color: #434E48; }

 a { background-color: rgb(67,78,72); }

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

<style>
 span { border-color: #434E48; }

 span { border-color: rgb(67,78,72); }

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