#436050

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

Shades of Plantation #436050

Tints of Plantation #436050

Color information

#436050 (or 0x436050) is unknown color: approx Plantation. HEX triplet: 43, 60 and 50. RGB value is (67,96,80). Sum of RGB (Red+Green+Blue) = 67+96+80=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 96 - color contains mainly: green. Hex color #436050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436050 is #BC9FAF. Grayscale: #555555. Windows color (decimal): -12361648 or 5267523. OLE color: 5267523.

HSL color Cylindrical-coordinate representation of color #436050: hue angle of 146.9º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #436050 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB679680-
CMYK0.3000.170.62
HSL146.9º17.79%31.96%-
HSV(B)146.9º30.21%37.65%-
XYZ7.9510.149.13-
YUV85.5124.89114.8-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.57%
GREEN value IS 96 (37.89% from 255) = 39.51%
BLUE value IS 80 (31.64% from 255) = 32.92%
R=27.57%
G=39.51%
B=32.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6796800.3000.170.62146.917.7931.96
Hex4360501E0113E931220
Octal10314012036021762232240
Binary100001111000001010000111100100011111101001001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #436050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #436050; }

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

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

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

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

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

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

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

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