#435D4E

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

Shades of Plantation #435D4E

Tints of Plantation #435D4E

Color information

#435D4E (or 0x435D4E) is unknown color: approx Plantation. HEX triplet: 43, 5D and 4E. RGB value is (67,93,78). Sum of RGB (Red+Green+Blue) = 67+93+78=238 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.15% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 93 - color contains mainly: green. Hex color #435D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435D4E is #BCA2B1. Grayscale: #535353. Windows color (decimal): -12362418 or 5135683. OLE color: 5135683.

HSL color Cylindrical-coordinate representation of color #435D4E: hue angle of 145.38º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #435D4E is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB679378-
CMYK0.2800.160.64
HSL145.38º16.25%31.37%-
HSV(B)145.38º27.96%36.47%-
XYZ7.69.578.65-
YUV83.52124.89116.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.15%
GREEN value IS 93 (36.72% from 255) = 39.08%
BLUE value IS 78 (30.86% from 255) = 32.77%
R=28.15%
G=39.08%
B=32.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6793780.2800.160.64145.3816.2531.37
Hex435D4E1C0104091101f
Octal103135116340201002212037
Binary100001110111011001110111000100001000000100100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,93,78); }

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

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

 a { background-color: rgb(67,93,78); }

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

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

 span { border-color: rgb(67,93,78); }

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