Html Css Color HEX #137570 Pine Green

📋 copy color: '#137570'

red 19 ◦ green 117 ◦ blue 112

#137570
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #137570

Tints of Pine Green #137570

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 value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#137570 (or 0x137570) is known color: 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

RGB 19 117 112 -
CMYK 0.84 0 0.04 0.54
HSL 176.94º 0.72% 0.27% -
HSV(B) 176.94º 0.84% 0.46% -
XYZ 9.55 14.03 17.53 -
YUV 87.13 142.03 79.41 -
System Red Green Blue C M Y K H S L
Decimal 19 117 112 0.84 0 0.04 0.54 176.94 0.72 0.27
Hex 13 75 70 54 0 4 36 B1 48 1B
Octal 23 165 160 124 0 4 66 261 110 33
Binary 10011 1110101 1110000 1010100 0 100 110110 10110001 1001000 11011

Color Harmonies of #137570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137570

Black with #137570

Text Example


Text Example

White with #137570

Text Example


Text Example

HTML Codes & Css Web 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>