#3F735E

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

Shades of Stromboli #3F735E

Tints of Stromboli #3F735E

Color information

#3F735E (or 0x3F735E) is unknown color: approx Stromboli. HEX triplet: 3F, 73 and 5E. RGB value is (63,115,94). Sum of RGB (Red+Green+Blue) = 63+115+94=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 115 - color contains mainly: green. Hex color #3F735E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F735E is #C08CA1. Grayscale: #616161. Windows color (decimal): -12618914 or 6189887. OLE color: 6189887.

HSL color Cylindrical-coordinate representation of color #3F735E: hue angle of 155.77º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F735E is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB6311594-
CMYK0.4500.180.55
HSL155.77º29.21%34.9%-
HSV(B)155.77º45.22%45.1%-
XYZ10.214.1312.78-
YUV97.06126.27103.71-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.16%
GREEN value IS 115 (45.31% from 255) = 42.28%
BLUE value IS 94 (37.11% from 255) = 34.56%
R=23.16%
G=42.28%
B=34.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63115940.4500.180.55155.7729.2134.9
Hex3F735E2D012379c1d23
Octal7716313655022672343543
Binary111111111001110111101011010100101101111001110011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F735E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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