#3F594F

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

Shades of Plantation #3F594F

Tints of Plantation #3F594F

Color information

#3F594F (or 0x3F594F) is unknown color: approx Plantation. HEX triplet: 3F, 59 and 4F. RGB value is (63,89,79). Sum of RGB (Red+Green+Blue) = 63+89+79=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 89 - color contains mainly: green. Hex color #3F594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F594F is #C0A6B0. Grayscale: #505050. Windows color (decimal): -12625585 or 5200191. OLE color: 5200191.

HSL color Cylindrical-coordinate representation of color #3F594F: hue angle of 156.92º 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 #3F594F is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB638979-
CMYK0.2900.110.65
HSL156.92º17.11%29.8%-
HSV(B)156.92º29.21%34.9%-
XYZ7.038.778.72-
YUV80.09127.39115.81-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.27%
GREEN value IS 89 (35.16% from 255) = 38.53%
BLUE value IS 79 (31.25% from 255) = 34.20%
R=27.27%
G=38.53%
B=34.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6389790.2900.110.65156.9217.1129.8
Hex3F594F1D0B419d111e
Octal77131117350131012352136
Binary1111111011001100111111101010111000001100111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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