#137571

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

Shades of Pine Green #137571

Tints of Pine Green #137571

Color information

#137571 (or 0x137571) is unknown color: approx Pine Green. HEX triplet: 13, 75 and 71. RGB value is (19,117,113). Sum of RGB (Red+Green+Blue) = 19+117+113=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #137571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137571 is #EC8A8E. Grayscale: #575757. Windows color (decimal): -15501967 or 7435539. OLE color: 7435539.

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

Color convert

RGB19117113-
CMYK0.8400.030.54
HSL177.55º72.06%26.67%-
HSV(B)177.55º83.76%45.88%-
XYZ9.6114.0517.83-
YUV87.24142.5379.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.63%
GREEN value IS 117 (46.09% from 255) = 46.99%
BLUE value IS 113 (44.53% from 255) = 45.38%
R=7.63%
G=46.99%
B=45.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal191171130.8400.030.54177.5572.0626.67
Hex137571540336b2481b
Octal23165161124036626211033
Binary1001111101011110001101010001111011010110010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137571; }

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

 H1.HeaderClassName
 {
   color: #137571;
 }
 .AnyTagClassName
 {
   color: #137571;
 }
</style>
background-color css

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

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

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

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

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

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