#3F6053

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

Shades of Stromboli #3F6053

Tints of Stromboli #3F6053

Color information

#3F6053 (or 0x3F6053) is unknown color: approx Stromboli. HEX triplet: 3F, 60 and 53. RGB value is (63,96,83). Sum of RGB (Red+Green+Blue) = 63+96+83=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6053 is #C09FAC. Grayscale: #545454. Windows color (decimal): -12623789 or 5464127. OLE color: 5464127.

HSL color Cylindrical-coordinate representation of color #3F6053: hue angle of 156.36º 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 #3F6053 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB639683-
CMYK0.3400.140.62
HSL156.36º20.75%31.18%-
HSV(B)156.36º34.38%37.65%-
XYZ7.7910.059.71-
YUV84.65127.07112.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.03%
GREEN value IS 96 (37.89% from 255) = 39.67%
BLUE value IS 83 (32.81% from 255) = 34.30%
R=26.03%
G=39.67%
B=34.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6396830.3400.140.62156.3620.7531.18
Hex3F6053220E3E9c151f
Octal7714012342016762342537
Binary1111111100000101001110001001110111110100111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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