#3F594C

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

Shades of Plantation #3F594C

Tints of Plantation #3F594C

Color information

#3F594C (or 0x3F594C) is unknown color: approx Plantation. HEX triplet: 3F, 59 and 4C. RGB value is (63,89,76). Sum of RGB (Red+Green+Blue) = 63+89+76=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #3F594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F594C is #C0A6B3. Grayscale: #4F4F4F. Windows color (decimal): -12625588 or 5003583. OLE color: 5003583.

HSL color Cylindrical-coordinate representation of color #3F594C: hue angle of 150º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F594C is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB638976-
CMYK0.2900.150.65
HSL150º17.11%29.8%-
HSV(B)150º29.21%34.9%-
XYZ6.938.728.16-
YUV79.74125.89116.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.63%
GREEN value IS 89 (35.16% from 255) = 39.04%
BLUE value IS 76 (30.08% from 255) = 33.33%
R=27.63%
G=39.04%
B=33.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6389760.2900.150.6515017.1129.8
Hex3F594C1D0F4196111e
Octal77131114350171012262136
Binary1111111011001100110011101011111000001100101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,89,76); }

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

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

 a { background-color: rgb(63,89,76); }

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

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

 span { border-color: rgb(63,89,76); }

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