#435A50

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

Shades of Plantation #435A50

Tints of Plantation #435A50

Color information

#435A50 (or 0x435A50) is unknown color: approx Plantation. HEX triplet: 43, 5A and 50. RGB value is (67,90,80). Sum of RGB (Red+Green+Blue) = 67+90+80=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 90 - color contains mainly: green. Hex color #435A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435A50 is #BCA5AF. Grayscale: #515151. Windows color (decimal): -12363184 or 5265987. OLE color: 5265987.

HSL color Cylindrical-coordinate representation of color #435A50: hue angle of 153.91º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #435A50 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB679080-
CMYK0.2600.110.65
HSL153.91º14.65%30.78%-
HSV(B)153.91º25.56%35.29%-
XYZ7.429.088.95-
YUV81.98126.88117.31-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.27%
GREEN value IS 90 (35.55% from 255) = 37.97%
BLUE value IS 80 (31.64% from 255) = 33.76%
R=28.27%
G=37.97%
B=33.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6790800.2600.110.65153.9114.6530.78
Hex435A501A0B419af1f
Octal103132120320131012321737
Binary1000011101101010100001101001011100000110011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435A50; }

 p { color: rgb(67,90,80); }

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

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

 a { background-color: rgb(67,90,80); }

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

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

 span { border-color: rgb(67,90,80); }

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