Html Css Color HEX #137871 Pine Green

📋 copy color: '#137871'

red 19 ◦ green 120 ◦ blue 113

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

Shades of Pine Green #137871

Tints of Pine Green #137871

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.62%

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

R = 7.54%
G = 47.62%
B = 44.84%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#137871 (or 0x137871) is known color: Pine Green. HEX triplet: 13, 78 and 71. RGB value is (19,120,113). Sum of RGB (Red+Green+Blue) = 19+120+113=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #137871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137871 is #EC878E. Grayscale: #585858. Windows color (decimal): -15501199 or 7436307. OLE color: 7436307.

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

Color convert

RGB 19 120 113 -
CMYK 0.84 0 0.06 0.53
HSL 175.84º 0.73% 0.27% -
HSV(B) 175.84º 0.84% 0.47% -
XYZ 9.97 14.76 17.95 -
YUV 89 141.54 78.07 -
System Red Green Blue C M Y K H S L
Decimal 19 120 113 0.84 0 0.06 0.53 175.84 0.73 0.27
Hex 13 78 71 54 0 6 35 B0 49 1B
Octal 23 170 161 124 0 6 65 260 111 33
Binary 10011 1111000 1110001 1010100 0 110 110101 10110000 1001001 11011

Color Harmonies of #137871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137871

Black with #137871

Text Example


Text Example

White with #137871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137871; }

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

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

background-color css

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

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

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

border-color css

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

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

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