#3F725B

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

Shades of Stromboli #3F725B

Tints of Stromboli #3F725B

Color information

#3F725B (or 0x3F725B) is unknown color: approx Stromboli. HEX triplet: 3F, 72 and 5B. RGB value is (63,114,91). Sum of RGB (Red+Green+Blue) = 63+114+91=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 114 - color contains mainly: green. Hex color #3F725B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F725B is #C08DA4. Grayscale: #606060. Windows color (decimal): -12619173 or 5993023. OLE color: 5993023.

HSL color Cylindrical-coordinate representation of color #3F725B: hue angle of 152.94º 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 #3F725B is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB6311491-
CMYK0.4500.200.55
HSL152.94º28.81%34.71%-
HSV(B)152.94º44.74%44.71%-
XYZ9.9613.8512.05-
YUV96.13125.1104.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.51%
GREEN value IS 114 (44.92% from 255) = 42.54%
BLUE value IS 91 (35.94% from 255) = 33.96%
R=23.51%
G=42.54%
B=33.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63114910.4500.200.55152.9428.8134.71
Hex3F725B2D01437991d23
Octal7716213355024672313543
Binary111111111001010110111011010101001101111001100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,114,91); }

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

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

 a { background-color: rgb(63,114,91); }

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

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

 span { border-color: rgb(63,114,91); }

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