Html Css Color HEX #137472 Pine Green

📋 copy color: '#137472'

red 19 ◦ green 116 ◦ blue 114

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

Shades of Pine Green #137472

Tints of Pine Green #137472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.59%

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

R = 7.63%
G = 46.59%
B = 45.78%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#137472 (or 0x137472) is known color: Pine Green. HEX triplet: 13, 74 and 72. RGB value is (19,116,114). Sum of RGB (Red+Green+Blue) = 19+116+114=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 116 - color contains mainly: green. Hex color #137472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137472 is #EC8B8D. Grayscale: #565656. Windows color (decimal): -15502222 or 7500819. OLE color: 7500819.

HSL color Cylindrical-coordinate representation of color #137472: hue angle of 178.76º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137472 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 116 114 -
CMYK 0.84 0 0.02 0.55
HSL 178.76º 0.72% 0.26% -
HSV(B) 178.76º 0.84% 0.45% -
XYZ 9.55 13.84 18.09 -
YUV 86.77 143.36 79.66 -
System Red Green Blue C M Y K H S L
Decimal 19 116 114 0.84 0 0.02 0.55 178.76 0.72 0.26
Hex 13 74 72 54 0 2 37 B3 48 1A
Octal 23 164 162 124 0 2 67 263 110 32
Binary 10011 1110100 1110010 1010100 0 10 110111 10110011 1001000 11010

Color Harmonies of #137472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137472

Black with #137472

Text Example


Text Example

White with #137472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137472; }

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

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

background-color css

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

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

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

border-color css

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

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

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