#3F6D5E

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

Shades of Stromboli #3F6D5E

Tints of Stromboli #3F6D5E

Color information

#3F6D5E (or 0x3F6D5E) is unknown color: approx Stromboli. HEX triplet: 3F, 6D and 5E. RGB value is (63,109,94). Sum of RGB (Red+Green+Blue) = 63+109+94=266 (35% of max value = 765). Red value is 63 (25% from 255 or 23.68% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 109 - color contains mainly: green. Hex color #3F6D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6D5E is #C092A1. Grayscale: #5D5D5D. Windows color (decimal): -12620450 or 6188351. OLE color: 6188351.

HSL color Cylindrical-coordinate representation of color #3F6D5E: hue angle of 160.43º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F6D5E is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB6310994-
CMYK0.4200.140.57
HSL160.43º26.74%33.73%-
HSV(B)160.43º42.2%42.75%-
XYZ9.5412.812.56-
YUV93.54128.26106.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.68%
GREEN value IS 109 (42.97% from 255) = 40.98%
BLUE value IS 94 (37.11% from 255) = 35.34%
R=23.68%
G=40.98%
B=35.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63109940.4200.140.57160.4326.7433.73
Hex3F6D5E2A0E39a01b22
Octal7715513652016712403342
Binary11111111011011011110101010011101110011010000011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,109,94); }

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

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

 a { background-color: rgb(63,109,94); }

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

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

 span { border-color: rgb(63,109,94); }

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