Html Css Color HEX #3F715E Stromboli

📋 copy color: '#3F715E'

red 63 ◦ green 113 ◦ blue 94

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

Shades of Stromboli #3F715E

Tints of Stromboli #3F715E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.85%

 BLUE value IS 94 (37.11% from 255) = 34.81%

R = 23.33%
G = 41.85%
B = 34.81%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#3F715E (or 0x3F715E) is known color: Stromboli. HEX triplet: 3F, 71 and 5E. RGB value is (63,113,94). Sum of RGB (Red+Green+Blue) = 63+113+94=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 113 - color contains mainly: green. Hex color #3F715E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F715E is #C08EA1. Grayscale: #5F5F5F. Windows color (decimal): -12619426 or 6189375. OLE color: 6189375.

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

Color convert

RGB 63 113 94 -
CMYK 0.44 0 0.17 0.56
HSL 157.2º 0.28% 0.35% -
HSV(B) 157.2º 0.44% 0.44% -
XYZ 9.98 13.68 12.7 -
YUV 95.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 63 113 94 0.44 0 0.17 0.56 157.2 0.28 0.35
Hex 3F 71 5E 2C 0 11 38 9D 1C 23
Octal 77 161 136 54 0 21 70 235 34 43
Binary 111111 1110001 1011110 101100 0 10001 111000 10011101 11100 100011

Color Harmonies of #3F715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F715E

Black with #3F715E

Text Example


Text Example

White with #3F715E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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