#13736E

Color #13736E Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #13736E

Tints of Pine Green #13736E

Color information

#13736E (or 0x13736E) is unknown color: approx Pine Green. HEX triplet: 13, 73 and 6E. RGB value is (19,115,110). Sum of RGB (Red+Green+Blue) = 19+115+110=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 115 - color contains mainly: green. Hex color #13736E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13736E is #EC8C91. Grayscale: #555555. Windows color (decimal): -15502482 or 7238419. OLE color: 7238419.

HSL color Cylindrical-coordinate representation of color #13736E: hue angle of 176.88º 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 #13736E is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB19115110-
CMYK0.8300.040.55
HSL176.88º71.64%26.27%-
HSV(B)176.88º83.48%45.1%-
XYZ9.2113.5316.88-
YUV85.73141.780.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.79%
GREEN value IS 115 (45.31% from 255) = 47.13%
BLUE value IS 110 (43.36% from 255) = 45.08%
R=7.79%
G=47.13%
B=45.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal191151100.8300.040.55176.8871.6426.27
Hex13736E530437b1481a
Octal23163156123046726111032
Binary10011111001111011101010011010011011110110001100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13736E; }

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

 H1.HeaderClassName
 {
   color: #13736E;
 }
 .AnyTagClassName
 {
   color: #13736E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #13736E;
 }
 .BgClassName
 {
   background-color: #13736E;
 }
</style>
border-color css

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

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

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