Html Css Color HEX #137673 Pine Green

📋 copy color: '#137673'

red 19 ◦ green 118 ◦ blue 115

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

Shades of Pine Green #137673

Tints of Pine Green #137673

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.83%

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

R = 7.54%
G = 46.83%
B = 45.63%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#137673 (or 0x137673) is known color: Pine Green. HEX triplet: 13, 76 and 73. RGB value is (19,118,115). Sum of RGB (Red+Green+Blue) = 19+118+115=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #137673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137673 is #EC898C. Grayscale: #575757. Windows color (decimal): -15501709 or 7566867. OLE color: 7566867.

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

Color convert

RGB 19 118 115 -
CMYK 0.84 0 0.03 0.54
HSL 178.18º 0.72% 0.27% -
HSV(B) 178.18º 0.84% 0.46% -
XYZ 9.84 14.33 18.47 -
YUV 88.06 143.2 78.74 -
System Red Green Blue C M Y K H S L
Decimal 19 118 115 0.84 0 0.03 0.54 178.18 0.72 0.27
Hex 13 76 73 54 0 3 36 B2 48 1B
Octal 23 166 163 124 0 3 66 262 110 33
Binary 10011 1110110 1110011 1010100 0 11 110110 10110010 1001000 11011

Color Harmonies of #137673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137673

Black with #137673

Text Example


Text Example

White with #137673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137673; }

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

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

background-color css

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

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

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

border-color css

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

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

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