#435449

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

Shades of Plantation #435449

Tints of Plantation #435449

Color information

#435449 (or 0x435449) is unknown color: approx Plantation. HEX triplet: 43, 54 and 49. RGB value is (67,84,73). Sum of RGB (Red+Green+Blue) = 67+84+73=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 84 - color contains mainly: green. Hex color #435449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435449 is #BCABB6. Grayscale: #4D4D4D. Windows color (decimal): -12364727 or 4805699. OLE color: 4805699.

HSL color Cylindrical-coordinate representation of color #435449: hue angle of 141.18º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #435449 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB678473-
CMYK0.2000.130.67
HSL141.18º11.26%29.61%-
HSV(B)141.18º20.24%32.94%-
XYZ6.698.017.5-
YUV77.66125.37120.39-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.91%
GREEN value IS 84 (33.20% from 255) = 37.5%
BLUE value IS 73 (28.91% from 255) = 32.59%
R=29.91%
G=37.5%
B=32.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6784730.2000.130.67141.1811.2629.61
Hex435449140D438db1e
Octal103124111240151032151336
Binary1000011101010010010011010001101100001110001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435449; }

 p { color: rgb(67,84,73); }

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

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

 a { background-color: rgb(67,84,73); }

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

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

 span { border-color: rgb(67,84,73); }

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