Html Css Color HEX #3F745F Stromboli

📋 copy color: '#3F745F'

red 63 ◦ green 116 ◦ blue 95

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

Shades of Stromboli #3F745F

Tints of Stromboli #3F745F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.34%

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

R = 22.99%
G = 42.34%
B = 34.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#3F745F (or 0x3F745F) is known color: Stromboli. HEX triplet: 3F, 74 and 5F. RGB value is (63,116,95). Sum of RGB (Red+Green+Blue) = 63+116+95=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 116 - color contains mainly: green. Hex color #3F745F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F745F is #C08BA0. Grayscale: #616161. Windows color (decimal): -12618657 or 6255679. OLE color: 6255679.

HSL color Cylindrical-coordinate representation of color #3F745F: hue angle of 156.23º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F745F is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 116 95 -
CMYK 0.46 0 0.18 0.55
HSL 156.23º 0.3% 0.35% -
HSV(B) 156.23º 0.46% 0.45% -
XYZ 10.36 14.37 13.05 -
YUV 97.76 126.44 103.21 -
System Red Green Blue C M Y K H S L
Decimal 63 116 95 0.46 0 0.18 0.55 156.23 0.3 0.35
Hex 3F 74 5F 2E 0 12 37 9C 1E 23
Octal 77 164 137 56 0 22 67 234 36 43
Binary 111111 1110100 1011111 101110 0 10010 110111 10011100 11110 100011

Color Harmonies of #3F745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F745F

Black with #3F745F

Text Example


Text Example

White with #3F745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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