#3F574E

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

Shades of Plantation #3F574E

Tints of Plantation #3F574E

Color information

#3F574E (or 0x3F574E) is unknown color: approx Plantation. HEX triplet: 3F, 57 and 4E. RGB value is (63,87,78). Sum of RGB (Red+Green+Blue) = 63+87+78=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 87 - color contains mainly: green. Hex color #3F574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F574E is #C0A8B1. Grayscale: #4E4E4E. Windows color (decimal): -12626098 or 5134143. OLE color: 5134143.

HSL color Cylindrical-coordinate representation of color #3F574E: hue angle of 157.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F574E is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB638778-
CMYK0.2800.100.66
HSL157.5º16%29.41%-
HSV(B)157.5º27.59%34.12%-
XYZ6.838.428.47-
YUV78.8127.55116.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.63%
GREEN value IS 87 (34.38% from 255) = 38.16%
BLUE value IS 78 (30.86% from 255) = 34.21%
R=27.63%
G=38.16%
B=34.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6387780.2800.100.66157.51629.41
Hex3F574E1C0A429e101d
Octal77127116340121022362035
Binary1111111010111100111011100010101000010100111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F574E; }

 p { color: rgb(63,87,78); }

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

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

 a { background-color: rgb(63,87,78); }

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

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

 span { border-color: rgb(63,87,78); }

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