#454A47

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

Shades of Plantation #454A47

Tints of Plantation #454A47

Color information

#454A47 (or 0x454A47) is unknown color: approx Plantation. HEX triplet: 45, 4A and 47. RGB value is (69,74,71). Sum of RGB (Red+Green+Blue) = 69+74+71=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 74 - color contains mainly: green. Hex color #454A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454A47 is #BAB5B8. Grayscale: #484848. Windows color (decimal): -12236217 or 4672069. OLE color: 4672069.

HSL color Cylindrical-coordinate representation of color #454A47: hue angle of 144º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #454A47 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB697471-
CMYK0.0700.040.71
HSL144º3.5%28.04%-
HSV(B)144º6.76%29.02%-
XYZ6.046.626.92-
YUV72.16127.34125.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.24%
GREEN value IS 74 (29.30% from 255) = 34.58%
BLUE value IS 71 (28.12% from 255) = 33.18%
R=32.24%
G=34.58%
B=33.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6974710.0700.040.711443.528.04
Hex454A47704479031c
Octal105112107704107220334
Binary10001011001010100011111101001000111100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454A47; }

 p { color: rgb(69,74,71); }

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

<style>
 a { background-color: #454A47; }

 a { background-color: rgb(69,74,71); }

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

<style>
 span { border-color: #454A47; }

 span { border-color: rgb(69,74,71); }

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