Html Css Color HEX #137672 Pine Green

📋 copy color: '#137672'

red 19 ◦ green 118 ◦ blue 114

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

Shades of Pine Green #137672

Tints of Pine Green #137672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.42%

R = 7.57%
G = 47.01%
B = 45.42%

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

#137672 (or 0x137672) is known color: Pine Green. HEX triplet: 13, 76 and 72. RGB value is (19,118,114). Sum of RGB (Red+Green+Blue) = 19+118+114=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #137672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137672 is #EC898D. Grayscale: #575757. Windows color (decimal): -15501710 or 7501331. OLE color: 7501331.

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

Color convert

RGB 19 118 114 -
CMYK 0.84 0 0.03 0.54
HSL 177.58º 0.72% 0.27% -
HSV(B) 177.58º 0.84% 0.46% -
XYZ 9.78 14.31 18.17 -
YUV 87.94 142.7 78.83 -
System Red Green Blue C M Y K H S L
Decimal 19 118 114 0.84 0 0.03 0.54 177.58 0.72 0.27
Hex 13 76 72 54 0 3 36 B2 48 1B
Octal 23 166 162 124 0 3 66 262 110 33
Binary 10011 1110110 1110010 1010100 0 11 110110 10110010 1001000 11011

Color Harmonies of #137672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137672

Black with #137672

Text Example


Text Example

White with #137672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137672; }

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

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

background-color css

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

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

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

border-color css

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

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

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