#137873

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

Shades of Pine Green #137873

Tints of Pine Green #137873

Color information

#137873 (or 0x137873) is unknown color: approx Pine Green. HEX triplet: 13, 78 and 73. RGB value is (19,120,115). Sum of RGB (Red+Green+Blue) = 19+120+115=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 120 - color contains mainly: green. Hex color #137873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137873 is #EC878C. Grayscale: #595959. Windows color (decimal): -15501197 or 7567379. OLE color: 7567379.

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

Color convert

RGB19120115-
CMYK0.8400.040.53
HSL177.03º72.66%27.25%-
HSV(B)177.03º84.17%47.06%-
XYZ10.0814.8118.55-
YUV89.23142.5477.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.48%
GREEN value IS 120 (47.27% from 255) = 47.24%
BLUE value IS 115 (45.31% from 255) = 45.28%
R=7.48%
G=47.24%
B=45.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal191201150.8400.040.53177.0372.6627.25
Hex137873540435b1491b
Octal23170163124046526111133
Binary10011111100011100111010100010011010110110001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137873; }

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

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

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

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

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

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

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

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