#137872

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

Shades of Pine Green #137872

Tints of Pine Green #137872

Color information

#137872 (or 0x137872) is unknown color: approx Pine Green. HEX triplet: 13, 78 and 72. RGB value is (19,120,114). Sum of RGB (Red+Green+Blue) = 19+120+114=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #137872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137872 is #EC878D. Grayscale: #595959. Windows color (decimal): -15501198 or 7501843. OLE color: 7501843.

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

Color convert

RGB19120114-
CMYK0.8400.050.53
HSL176.44º72.66%27.25%-
HSV(B)176.44º84.17%47.06%-
XYZ10.0214.7918.25-
YUV89.12142.0477.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.51%
GREEN value IS 120 (47.27% from 255) = 47.43%
BLUE value IS 114 (44.92% from 255) = 45.06%
R=7.51%
G=47.43%
B=45.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal191201140.8400.050.53176.4472.6627.25
Hex137872540535b0491b
Octal23170162124056526011133
Binary10011111100011100101010100010111010110110000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137872; }

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

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

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

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

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

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

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

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