Html Css Color HEX #137C73 Pine Green

📋 copy color: '#137C73'

red 19 ◦ green 124 ◦ blue 115

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

Shades of Pine Green #137C73

Tints of Pine Green #137C73

RGB

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

 GREEN value IS 124 (48.83% from 255) = 48.06%

 BLUE value IS 115 (45.31% from 255) = 44.57%

R = 7.36%
G = 48.06%
B = 44.57%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#137C73 (or 0x137C73) is known color: Pine Green. HEX triplet: 13, 7C and 73. RGB value is (19,124,115). Sum of RGB (Red+Green+Blue) = 19+124+115=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 124 (48.83% from 255 or 48.06% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 124 - color contains mainly: green. Hex color #137C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137C73 is #EC838C. Grayscale: #5B5B5B. Windows color (decimal): -15500173 or 7568403. OLE color: 7568403.

HSL color Cylindrical-coordinate representation of color #137C73: hue angle of 174.86º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137C73 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 124 115 -
CMYK 0.85 0 0.07 0.51
HSL 174.86º 0.73% 0.28% -
HSV(B) 174.86º 0.85% 0.49% -
XYZ 10.57 15.79 18.71 -
YUV 91.58 141.21 76.23 -
System Red Green Blue C M Y K H S L
Decimal 19 124 115 0.85 0 0.07 0.51 174.86 0.73 0.28
Hex 13 7C 73 55 0 7 33 AF 49 1C
Octal 23 174 163 125 0 7 63 257 111 34
Binary 10011 1111100 1110011 1010101 0 111 110011 10101111 1001001 11100

Color Harmonies of #137C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C73

Black with #137C73

Text Example


Text Example

White with #137C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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