#3F6C5E

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

Shades of Stromboli #3F6C5E

Tints of Stromboli #3F6C5E

Color information

#3F6C5E (or 0x3F6C5E) is unknown color: approx Stromboli. HEX triplet: 3F, 6C and 5E. RGB value is (63,108,94). Sum of RGB (Red+Green+Blue) = 63+108+94=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 108 - color contains mainly: green. Hex color #3F6C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6C5E is #C093A1. Grayscale: #5C5C5C. Windows color (decimal): -12620706 or 6188095. OLE color: 6188095.

HSL color Cylindrical-coordinate representation of color #3F6C5E: hue angle of 161.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F6C5E is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB6310894-
CMYK0.4200.130.58
HSL161.33º26.32%33.53%-
HSV(B)161.33º41.67%42.35%-
XYZ9.4312.5912.52-
YUV92.95128.59106.64-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.77%
GREEN value IS 108 (42.58% from 255) = 40.75%
BLUE value IS 94 (37.11% from 255) = 35.47%
R=23.77%
G=40.75%
B=35.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63108940.4200.130.58161.3326.3233.53
Hex3F6C5E2A0D3Aa11a22
Octal7715413652015722413242
Binary11111111011001011110101010011011110101010000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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