#136A51

Color #136A51 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #136A51

Tints of Jewel #136A51

Color information

#136A51 (or 0x136A51) is unknown color: approx Jewel. HEX triplet: 13, 6A and 51. RGB value is (19,106,81). Sum of RGB (Red+Green+Blue) = 19+106+81=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 106 (41.80% from 255 or 51.46% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 106 - color contains mainly: green. Hex color #136A51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136A51 is #EC95AE. Grayscale: #4D4D4D. Windows color (decimal): -15504815 or 5335571. OLE color: 5335571.

HSL color Cylindrical-coordinate representation of color #136A51: hue angle of 162.76º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136A51 is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB1910681-
CMYK0.8200.240.58
HSL162.76º69.6%24.51%-
HSV(B)162.76º82.08%41.57%-
XYZ6.9111.049.55-
YUV77.14130.1886.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.22%
GREEN value IS 106 (41.80% from 255) = 51.46%
BLUE value IS 81 (32.03% from 255) = 39.32%
R=9.22%
G=51.46%
B=39.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19106810.8200.240.58162.7669.624.51
Hex136A51520183Aa34619
Octal231521211220307224310631
Binary1001111010101010001101001001100011101010100011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136A51; }

 p { color: rgb(19,106,81); }

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

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

 a { background-color: rgb(19,106,81); }

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

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

 span { border-color: rgb(19,106,81); }

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