#454F4A

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

Shades of Plantation #454F4A

Tints of Plantation #454F4A

Color information

#454F4A (or 0x454F4A) is unknown color: approx Plantation. HEX triplet: 45, 4F and 4A. RGB value is (69,79,74). Sum of RGB (Red+Green+Blue) = 69+79+74=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 79 - color contains mainly: green. Hex color #454F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454F4A is #BAB0B5. Grayscale: #4B4B4B. Windows color (decimal): -12234934 or 4869957. OLE color: 4869957.

HSL color Cylindrical-coordinate representation of color #454F4A: hue angle of 150º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #454F4A is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB697974-
CMYK0.1300.060.69
HSL150º6.76%29.02%-
HSV(B)150º12.66%30.98%-
XYZ6.497.357.56-
YUV75.44127.19123.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.08%
GREEN value IS 79 (31.25% from 255) = 35.59%
BLUE value IS 74 (29.30% from 255) = 33.33%
R=31.08%
G=35.59%
B=33.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6979740.1300.060.691506.7629.02
Hex454F4AD06459671d
Octal1051171121506105226735
Binary1000101100111110010101101011010001011001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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