Html Css Color HEX #137771 Pine Green

📋 copy color: '#137771'

red 19 ◦ green 119 ◦ blue 113

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

Shades of Pine Green #137771

Tints of Pine Green #137771

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.41%

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

R = 7.57%
G = 47.41%
B = 45.02%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#137771 (or 0x137771) is known color: Pine Green. HEX triplet: 13, 77 and 71. RGB value is (19,119,113). Sum of RGB (Red+Green+Blue) = 19+119+113=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #137771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137771 is #EC888E. Grayscale: #585858. Windows color (decimal): -15501455 or 7436051. OLE color: 7436051.

HSL color Cylindrical-coordinate representation of color #137771: hue angle of 176.4º degrees, saturation: 0.72, 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 #137771 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 119 113 -
CMYK 0.84 0 0.05 0.53
HSL 176.4º 0.72% 0.27% -
HSV(B) 176.4º 0.84% 0.47% -
XYZ 9.85 14.52 17.91 -
YUV 88.42 141.87 78.49 -
System Red Green Blue C M Y K H S L
Decimal 19 119 113 0.84 0 0.05 0.53 176.4 0.72 0.27
Hex 13 77 71 54 0 5 35 B0 48 1B
Octal 23 167 161 124 0 5 65 260 110 33
Binary 10011 1110111 1110001 1010100 0 101 110101 10110000 1001000 11011

Color Harmonies of #137771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137771

Black with #137771

Text Example


Text Example

White with #137771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137771; }

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

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

background-color css

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

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

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

border-color css

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

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

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