Html Css Color HEX #137971 Pine Green

📋 copy color: '#137971'

red 19 ◦ green 121 ◦ blue 113

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

Shades of Pine Green #137971

Tints of Pine Green #137971

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.83%

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

R = 7.51%
G = 47.83%
B = 44.66%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#137971 (or 0x137971) is known color: Pine Green. HEX triplet: 13, 79 and 71. RGB value is (19,121,113). Sum of RGB (Red+Green+Blue) = 19+121+113=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 121 (47.66% from 255 or 47.83% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 121 - color contains mainly: green. Hex color #137971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137971 is #EC868E. Grayscale: #595959. Windows color (decimal): -15500943 or 7436563. OLE color: 7436563.

HSL color Cylindrical-coordinate representation of color #137971: hue angle of 175.29º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137971 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 121 113 -
CMYK 0.84 0 0.07 0.53
HSL 175.29º 0.73% 0.27% -
HSV(B) 175.29º 0.84% 0.47% -
XYZ 10.09 15.01 17.99 -
YUV 89.59 141.21 77.65 -
System Red Green Blue C M Y K H S L
Decimal 19 121 113 0.84 0 0.07 0.53 175.29 0.73 0.27
Hex 13 79 71 54 0 7 35 AF 49 1B
Octal 23 171 161 124 0 7 65 257 111 33
Binary 10011 1111001 1110001 1010100 0 111 110101 10101111 1001001 11011

Color Harmonies of #137971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137971

Black with #137971

Text Example


Text Example

White with #137971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137971; }

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

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

background-color css

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

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

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

border-color css

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

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

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