Html Css Color HEX #137974 Pine Green

📋 copy color: '#137974'

red 19 ◦ green 121 ◦ blue 116

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

Shades of Pine Green #137974

Tints of Pine Green #137974

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.27%

 BLUE value IS 116 (45.7% from 255) = 45.31%

R = 7.42%
G = 47.27%
B = 45.31%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#137974 (or 0x137974) is known color: Pine Green. HEX triplet: 13, 79 and 74. RGB value is (19,121,116). Sum of RGB (Red+Green+Blue) = 19+121+116=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 121 - color contains mainly: green. Hex color #137974 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137974 is #EC868B. Grayscale: #595959. Windows color (decimal): -15500940 or 7633171. OLE color: 7633171.

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

Color convert

RGB 19 121 116 -
CMYK 0.84 0 0.04 0.53
HSL 177.06º 0.73% 0.27% -
HSV(B) 177.06º 0.84% 0.47% -
XYZ 10.26 15.07 18.89 -
YUV 89.93 142.71 77.41 -
System Red Green Blue C M Y K H S L
Decimal 19 121 116 0.84 0 0.04 0.53 177.06 0.73 0.27
Hex 13 79 74 54 0 4 35 B1 49 1B
Octal 23 171 164 124 0 4 65 261 111 33
Binary 10011 1111001 1110100 1010100 0 100 110101 10110001 1001001 11011

Color Harmonies of #137974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137974

Black with #137974

Text Example


Text Example

White with #137974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137974; }

 p { color: rgb(19,121,116); }

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

background-color css

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

 a { background-color: rgb(19,121,116); }

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

border-color css

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

 span { border-color: rgb(19,121,116); }

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