Html Css Color HEX #3F7059 Stromboli

📋 copy color: '#3F7059'

red 63 ◦ green 112 ◦ blue 89

#3F7059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stromboli #3F7059

Tints of Stromboli #3F7059

RGB

 RED value IS 63 (25% from 255) = 23.86%

 GREEN value IS 112 (44.14% from 255) = 42.42%

 BLUE value IS 89 (35.16% from 255) = 33.71%

R = 23.86%
G = 42.42%
B = 33.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#3F7059 (or 0x3F7059) is known color: Stromboli. HEX triplet: 3F, 70 and 59. RGB value is (63,112,89). Sum of RGB (Red+Green+Blue) = 63+112+89=264 (34% of max value = 765). Red value is 63 (25% from 255 or 23.86% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 112 - color contains mainly: green. Hex color #3F7059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7059 is #C08FA6. Grayscale: #5E5E5E. Windows color (decimal): -12619687 or 5861439. OLE color: 5861439.

HSL color Cylindrical-coordinate representation of color #3F7059: hue angle of 151.84º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F7059 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 112 89 -
CMYK 0.44 0 0.21 0.56
HSL 151.84º 0.28% 0.34% -
HSV(B) 151.84º 0.44% 0.44% -
XYZ 9.65 13.37 11.52 -
YUV 94.73 124.77 105.37 -
System Red Green Blue C M Y K H S L
Decimal 63 112 89 0.44 0 0.21 0.56 151.84 0.28 0.34
Hex 3F 70 59 2C 0 15 38 98 1C 22
Octal 77 160 131 54 0 25 70 230 34 42
Binary 111111 1110000 1011001 101100 0 10101 111000 10011000 11100 100010

Color Harmonies of #3F7059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7059

Black with #3F7059

Text Example


Text Example

White with #3F7059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,112,89); }

 H1.HeaderClassName
 {
   color: #3F7059;
 }
 .AnyTagClassName
 {
   color: #3F7059;
 }
</style>

background-color css

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

 a { background-color: rgb(63,112,89); }

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

border-color css

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

 span { border-color: rgb(63,112,89); }

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