#3F6B5F

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

Shades of Stromboli #3F6B5F

Tints of Stromboli #3F6B5F

Color information

#3F6B5F (or 0x3F6B5F) is unknown color: approx Stromboli. HEX triplet: 3F, 6B and 5F. RGB value is (63,107,95). Sum of RGB (Red+Green+Blue) = 63+107+95=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 107 (42.19% from 255 or 40.38% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 107 - color contains mainly: green. Hex color #3F6B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6B5F is #C094A0. Grayscale: #5C5C5C. Windows color (decimal): -12620961 or 6253375. OLE color: 6253375.

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

Color convert

RGB6310795-
CMYK0.4100.110.58
HSL163.64º25.88%33.33%-
HSV(B)163.64º41.12%41.96%-
XYZ9.3712.412.73-
YUV92.48129.42106.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.77%
GREEN value IS 107 (42.19% from 255) = 40.38%
BLUE value IS 95 (37.5% from 255) = 35.85%
R=23.77%
G=40.38%
B=35.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63107950.4100.110.58163.6425.8833.33
Hex3F6B5F290B3Aa41a21
Octal7715313751013722443241
Binary11111111010111011111101001010111110101010010011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,107,95); }

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

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

 a { background-color: rgb(63,107,95); }

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

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

 span { border-color: rgb(63,107,95); }

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