#137570

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

Shades of Pine Green #137570

Tints of Pine Green #137570

Color information

#137570 (or 0x137570) is unknown color: approx Pine Green. HEX triplet: 13, 75 and 70. RGB value is (19,117,112). Sum of RGB (Red+Green+Blue) = 19+117+112=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #137570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137570 is #EC8A8F. Grayscale: #575757. Windows color (decimal): -15501968 or 7370003. OLE color: 7370003.

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

Color convert

RGB19117112-
CMYK0.8400.040.54
HSL176.94º72.06%26.67%-
HSV(B)176.94º83.76%45.88%-
XYZ9.5514.0317.53-
YUV87.13142.0379.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.66%
GREEN value IS 117 (46.09% from 255) = 47.18%
BLUE value IS 112 (44.14% from 255) = 45.16%
R=7.66%
G=47.18%
B=45.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal191171120.8400.040.54176.9472.0626.67
Hex137570540436b1481b
Octal23165160124046626111033
Binary10011111010111100001010100010011011010110001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137570; }

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

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

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

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

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

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

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

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