#3F584A

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

Shades of Plantation #3F584A

Tints of Plantation #3F584A

Color information

#3F584A (or 0x3F584A) is unknown color: approx Plantation. HEX triplet: 3F, 58 and 4A. RGB value is (63,88,74). Sum of RGB (Red+Green+Blue) = 63+88+74=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #3F584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F584A is #C0A7B5. Grayscale: #4E4E4E. Windows color (decimal): -12625846 or 4872255. OLE color: 4872255.

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

Color convert

RGB638874-
CMYK0.2800.160.65
HSL146.4º16.56%29.61%-
HSV(B)146.4º28.41%34.51%-
XYZ6.788.537.77-
YUV78.93125.22116.64-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 74 (29.30% from 255) = 32.89%
R=28%
G=39.11%
B=32.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6388740.2800.160.65146.416.5629.61
Hex3F584A1C0104192111e
Octal77130112340201012222136
Binary11111110110001001010111000100001000001100100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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