#435A4F

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

Shades of Plantation #435A4F

Tints of Plantation #435A4F

Color information

#435A4F (or 0x435A4F) is unknown color: approx Plantation. HEX triplet: 43, 5A and 4F. RGB value is (67,90,79). Sum of RGB (Red+Green+Blue) = 67+90+79=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 90 - color contains mainly: green. Hex color #435A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435A4F is #BCA5B0. Grayscale: #515151. Windows color (decimal): -12363185 or 5200451. OLE color: 5200451.

HSL color Cylindrical-coordinate representation of color #435A4F: hue angle of 151.3º 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 #435A4F is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB679079-
CMYK0.2600.120.65
HSL151.3º14.65%30.78%-
HSV(B)151.3º25.56%35.29%-
XYZ7.389.078.76-
YUV81.87126.38117.39-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.39%
GREEN value IS 90 (35.55% from 255) = 38.14%
BLUE value IS 79 (31.25% from 255) = 33.47%
R=28.39%
G=38.14%
B=33.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6790790.2600.120.65151.314.6530.78
Hex435A4F1A0C4197f1f
Octal103132117320141012271737
Binary1000011101101010011111101001100100000110010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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