#3F574B

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

Shades of Plantation #3F574B

Tints of Plantation #3F574B

Color information

#3F574B (or 0x3F574B) is unknown color: approx Plantation. HEX triplet: 3F, 57 and 4B. RGB value is (63,87,75). Sum of RGB (Red+Green+Blue) = 63+87+75=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 87 - color contains mainly: green. Hex color #3F574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F574B is #C0A8B4. Grayscale: #4E4E4E. Windows color (decimal): -12626101 or 4937535. OLE color: 4937535.

HSL color Cylindrical-coordinate representation of color #3F574B: hue angle of 150º 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 #3F574B is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB638775-
CMYK0.2800.140.66
HSL150º16%29.41%-
HSV(B)150º27.59%34.12%-
XYZ6.738.387.92-
YUV78.46126.05116.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28%
GREEN value IS 87 (34.38% from 255) = 38.67%
BLUE value IS 75 (29.69% from 255) = 33.33%
R=28%
G=38.67%
B=33.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6387750.2800.140.661501629.41
Hex3F574B1C0E4296101d
Octal77127113340161022262035
Binary1111111010111100101111100011101000010100101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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