Html Css Color HEX #3F715F Stromboli

📋 copy color: '#3F715F'

red 63 ◦ green 113 ◦ blue 95

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

Shades of Stromboli #3F715F

Tints of Stromboli #3F715F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.06%

R = 23.25%
G = 41.7%
B = 35.06%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#3F715F (or 0x3F715F) is known color: Stromboli. HEX triplet: 3F, 71 and 5F. RGB value is (63,113,95). Sum of RGB (Red+Green+Blue) = 63+113+95=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 113 - color contains mainly: green. Hex color #3F715F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F715F is #C08EA0. Grayscale: #606060. Windows color (decimal): -12619425 or 6254911. OLE color: 6254911.

HSL color Cylindrical-coordinate representation of color #3F715F: hue angle of 158.4º 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 #3F715F is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 113 95 -
CMYK 0.44 0 0.16 0.56
HSL 158.4º 0.28% 0.35% -
HSV(B) 158.4º 0.44% 0.44% -
XYZ 10.02 13.69 12.94 -
YUV 96 127.44 104.46 -
System Red Green Blue C M Y K H S L
Decimal 63 113 95 0.44 0 0.16 0.56 158.4 0.28 0.35
Hex 3F 71 5F 2C 0 10 38 9E 1C 23
Octal 77 161 137 54 0 20 70 236 34 43
Binary 111111 1110001 1011111 101100 0 10000 111000 10011110 11100 100011

Color Harmonies of #3F715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F715F

Black with #3F715F

Text Example


Text Example

White with #3F715F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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