#137871

Color #137871 Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #137871

Tints of Pine Green #137871

Color information

#137871 (or 0x137871) is unknown color: approx 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

RGB19120113-
CMYK0.8400.060.53
HSL175.84º72.66%27.25%-
HSV(B)175.84º84.17%47.06%-
XYZ9.9714.7617.95-
YUV89141.5478.07-

RGB Variations

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

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 (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal191201130.8400.060.53175.8472.6627.25
Hex137871540635b0491b
Octal23170161124066526011133
Binary10011111100011100011010100011011010110110000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>