#3F6055

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

Shades of Stromboli #3F6055

Tints of Stromboli #3F6055

Color information

#3F6055 (or 0x3F6055) is unknown color: approx Stromboli. HEX triplet: 3F, 60 and 55. RGB value is (63,96,85). Sum of RGB (Red+Green+Blue) = 63+96+85=244 (32% of max value = 765). Red value is 63 (25% from 255 or 25.82% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6055 is #C09FAA. Grayscale: #545454. Windows color (decimal): -12623787 or 5595199. OLE color: 5595199.

HSL color Cylindrical-coordinate representation of color #3F6055: hue angle of 160º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F6055 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB639685-
CMYK0.3400.110.62
HSL160º20.75%31.18%-
HSV(B)160º34.38%37.65%-
XYZ7.8710.0810.12-
YUV84.88128.07112.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.82%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 85 (33.59% from 255) = 34.84%
R=25.82%
G=39.34%
B=34.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6396850.3400.110.6216020.7531.18
Hex3F6055220B3Ea0151f
Octal7714012542013762402537
Binary1111111100000101010110001001011111110101000001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,96,85); }

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

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

 a { background-color: rgb(63,96,85); }

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

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

 span { border-color: rgb(63,96,85); }

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