Html Css Color HEX #137273 Pine Green

📋 copy color: '#137273'

red 19 ◦ green 114 ◦ blue 115

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

Shades of Pine Green #137273

Tints of Pine Green #137273

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.97%

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

R = 7.66%
G = 45.97%
B = 46.37%

CMYK

 C value IS 0.83

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#137273 (or 0x137273) is known color: Pine Green. HEX triplet: 13, 72 and 73. RGB value is (19,114,115). Sum of RGB (Red+Green+Blue) = 19+114+115=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #137273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137273 is #EC8D8C. Grayscale: #555555. Windows color (decimal): -15502733 or 7565843. OLE color: 7565843.

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

Color convert

RGB 19 114 115 -
CMYK 0.83 0.01 0 0.55
HSL 180.63º 0.72% 0.26% -
HSV(B) 180.63º 0.83% 0.45% -
XYZ 9.38 13.41 18.31 -
YUV 85.71 144.53 80.42 -
System Red Green Blue C M Y K H S L
Decimal 19 114 115 0.83 0.01 0 0.55 180.63 0.72 0.26
Hex 13 72 73 53 1 0 37 B5 48 1A
Octal 23 162 163 123 1 0 67 265 110 32
Binary 10011 1110010 1110011 1010011 1 0 110111 10110101 1001000 11010

Color Harmonies of #137273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137273

Black with #137273

Text Example


Text Example

White with #137273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137273; }

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

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

background-color css

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

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

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

border-color css

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

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

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