#3F594A

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

Shades of Plantation #3F594A

Tints of Plantation #3F594A

Color information

#3F594A (or 0x3F594A) is unknown color: approx Plantation. HEX triplet: 3F, 59 and 4A. RGB value is (63,89,74). Sum of RGB (Red+Green+Blue) = 63+89+74=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 89 - color contains mainly: green. Hex color #3F594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F594A is #C0A6B5. Grayscale: #4F4F4F. Windows color (decimal): -12625590 or 4872511. OLE color: 4872511.

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

Color convert

RGB638974-
CMYK0.2900.170.65
HSL145.38º17.11%29.8%-
HSV(B)145.38º29.21%34.9%-
XYZ6.868.77.8-
YUV79.52124.89116.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.88%
GREEN value IS 89 (35.16% from 255) = 39.38%
BLUE value IS 74 (29.30% from 255) = 32.74%
R=27.88%
G=39.38%
B=32.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6389740.2900.170.65145.3817.1129.8
Hex3F594A1D0114191111e
Octal77131112350211012212136
Binary11111110110011001010111010100011000001100100011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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