Html Css Color HEX #137574 Pine Green

📋 copy color: '#137574'

red 19 ◦ green 117 ◦ blue 116

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

Shades of Pine Green #137574

Tints of Pine Green #137574

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.43%

 BLUE value IS 116 (45.7% from 255) = 46.03%

R = 7.54%
G = 46.43%
B = 46.03%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#137574 (or 0x137574) is known color: Pine Green. HEX triplet: 13, 75 and 74. RGB value is (19,117,116). Sum of RGB (Red+Green+Blue) = 19+117+116=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #137574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137574 is #EC8A8B. Grayscale: #575757. Windows color (decimal): -15501964 or 7632147. OLE color: 7632147.

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

Color convert

RGB 19 117 116 -
CMYK 0.84 0 0.01 0.54
HSL 179.39º 0.72% 0.27% -
HSV(B) 179.39º 0.84% 0.46% -
XYZ 9.78 14.12 18.73 -
YUV 87.58 144.03 79.08 -
System Red Green Blue C M Y K H S L
Decimal 19 117 116 0.84 0 0.01 0.54 179.39 0.72 0.27
Hex 13 75 74 54 0 1 36 B3 48 1B
Octal 23 165 164 124 0 1 66 263 110 33
Binary 10011 1110101 1110100 1010100 0 1 110110 10110011 1001000 11011

Color Harmonies of #137574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137574

Black with #137574

Text Example


Text Example

White with #137574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137574; }

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

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

background-color css

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

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

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

border-color css

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

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

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