Html Css Color HEX #137671 Pine Green

📋 copy color: '#137671'

red 19 ◦ green 118 ◦ blue 113

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

Shades of Pine Green #137671

Tints of Pine Green #137671

RGB

 RED value IS 19 (7.81% from 255) = 7.6%

 GREEN value IS 118 (46.48% from 255) = 47.2%

 BLUE value IS 113 (44.53% from 255) = 45.2%

R = 7.6%
G = 47.2%
B = 45.2%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#137671 (or 0x137671) is known color: Pine Green. HEX triplet: 13, 76 and 71. RGB value is (19,118,113). Sum of RGB (Red+Green+Blue) = 19+118+113=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #137671 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137671 is #EC898E. Grayscale: #575757. Windows color (decimal): -15501711 or 7435795. OLE color: 7435795.

HSL color Cylindrical-coordinate representation of color #137671: hue angle of 176.97º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137671 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 118 113 -
CMYK 0.84 0 0.04 0.54
HSL 176.97º 0.72% 0.27% -
HSV(B) 176.97º 0.84% 0.46% -
XYZ 9.73 14.29 17.87 -
YUV 87.83 142.2 78.91 -
System Red Green Blue C M Y K H S L
Decimal 19 118 113 0.84 0 0.04 0.54 176.97 0.72 0.27
Hex 13 76 71 54 0 4 36 B1 48 1B
Octal 23 166 161 124 0 4 66 261 110 33
Binary 10011 1110110 1110001 1010100 0 100 110110 10110001 1001000 11011

Color Harmonies of #137671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137671

Black with #137671

Text Example


Text Example

White with #137671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137671; }

 p { color: rgb(19,118,113); }

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

background-color css

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

 a { background-color: rgb(19,118,113); }

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

border-color css

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

 span { border-color: rgb(19,118,113); }

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