Html Css Color HEX #137572 Pine Green

📋 copy color: '#137572'

red 19 ◦ green 117 ◦ blue 114

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

Shades of Pine Green #137572

Tints of Pine Green #137572

RGB

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

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

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

R = 7.6%
G = 46.8%
B = 45.6%

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

#137572 (or 0x137572) is known color: Pine Green. HEX triplet: 13, 75 and 72. RGB value is (19,117,114). Sum of RGB (Red+Green+Blue) = 19+117+114=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #137572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137572 is #EC8A8D. Grayscale: #575757. Windows color (decimal): -15501966 or 7501075. OLE color: 7501075.

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

Color convert

RGB 19 117 114 -
CMYK 0.84 0 0.03 0.54
HSL 178.16º 0.72% 0.27% -
HSV(B) 178.16º 0.84% 0.46% -
XYZ 9.67 14.08 18.13 -
YUV 87.36 143.03 79.24 -
System Red Green Blue C M Y K H S L
Decimal 19 117 114 0.84 0 0.03 0.54 178.16 0.72 0.27
Hex 13 75 72 54 0 3 36 B2 48 1B
Octal 23 165 162 124 0 3 66 262 110 33
Binary 10011 1110101 1110010 1010100 0 11 110110 10110010 1001000 11011

Color Harmonies of #137572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137572

Black with #137572

Text Example


Text Example

White with #137572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137572; }

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

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

background-color css

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

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

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

border-color css

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

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

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