#435149

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

Shades of Plantation #435149

Tints of Plantation #435149

Color information

#435149 (or 0x435149) is unknown color: approx Plantation. HEX triplet: 43, 51 and 49. RGB value is (67,81,73). Sum of RGB (Red+Green+Blue) = 67+81+73=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 81 - color contains mainly: green. Hex color #435149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435149 is #BCAEB6. Grayscale: #4B4B4B. Windows color (decimal): -12365495 or 4804931. OLE color: 4804931.

HSL color Cylindrical-coordinate representation of color #435149: hue angle of 145.71º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #435149 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB678173-
CMYK0.1700.100.68
HSL145.71º9.46%29.02%-
HSV(B)145.71º17.28%31.76%-
XYZ6.467.567.42-
YUV75.9126.36121.65-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.32%
GREEN value IS 81 (32.03% from 255) = 36.65%
BLUE value IS 73 (28.91% from 255) = 33.03%
R=30.32%
G=36.65%
B=33.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6781730.1700.100.68145.719.4629.02
Hex435149110A449291d
Octal103121111210121042221135
Binary1000011101000110010011000101010100010010010010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435149; }

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

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

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

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

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

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

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

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