Html Css Color HEX #137370 Pine Green

📋 copy color: '#137370'

red 19 ◦ green 115 ◦ blue 112

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

Shades of Pine Green #137370

Tints of Pine Green #137370

RGB

 RED value IS 19 (7.81% from 255) = 7.72%

 GREEN value IS 115 (45.31% from 255) = 46.75%

 BLUE value IS 112 (44.14% from 255) = 45.53%

R = 7.72%
G = 46.75%
B = 45.53%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#137370 (or 0x137370) is known color: Pine Green. HEX triplet: 13, 73 and 70. RGB value is (19,115,112). Sum of RGB (Red+Green+Blue) = 19+115+112=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 115 - color contains mainly: green. Hex color #137370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137370 is #EC8C8F. Grayscale: #555555. Windows color (decimal): -15502480 or 7369491. OLE color: 7369491.

HSL color Cylindrical-coordinate representation of color #137370: hue angle of 178.12º degrees, saturation: 0.72, 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 #137370 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 115 112 -
CMYK 0.83 0 0.03 0.55
HSL 178.13º 0.72% 0.26% -
HSV(B) 178.13º 0.83% 0.45% -
XYZ 9.32 13.57 17.46 -
YUV 85.95 142.7 80.24 -
System Red Green Blue C M Y K H S L
Decimal 19 115 112 0.83 0 0.03 0.55 178.13 0.72 0.26
Hex 13 73 70 53 0 3 37 B2 48 1A
Octal 23 163 160 123 0 3 67 262 110 32
Binary 10011 1110011 1110000 1010011 0 11 110111 10110010 1001000 11010

Color Harmonies of #137370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137370

Black with #137370

Text Example


Text Example

White with #137370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137370; }

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

 H1.HeaderClassName
 {
   color: #137370;
 }
 .AnyTagClassName
 {
   color: #137370;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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