#137172

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

Shades of Pine Green #137172

Tints of Pine Green #137172

Color information

#137172 (or 0x137172) is unknown color: approx Pine Green. HEX triplet: 13, 71 and 72. RGB value is (19,113,114). Sum of RGB (Red+Green+Blue) = 19+113+114=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #137172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137172 is #EC8E8D. Grayscale: #545454. Windows color (decimal): -15502990 or 7500051. OLE color: 7500051.

HSL color Cylindrical-coordinate representation of color #137172: hue angle of 180.63º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137172 is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB19113114-
CMYK0.830.0100.55
HSL180.63º71.43%26.08%-
HSV(B)180.63º83.33%44.71%-
XYZ9.2113.1617.97-
YUV85.01144.3680.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.72%
GREEN value IS 113 (44.53% from 255) = 45.93%
BLUE value IS 114 (44.92% from 255) = 46.34%
R=7.72%
G=45.93%
B=46.34%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal191131140.830.0100.55180.6371.4326.08
Hex137172531037b5471a
Octal23161162123106726510732
Binary100111110001111001010100111011011110110101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137172; }

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

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

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

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

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

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

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

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