#136F4E

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

Shades of Jewel #136F4E

Tints of Jewel #136F4E

Color information

#136F4E (or 0x136F4E) is unknown color: approx Jewel. HEX triplet: 13, 6F and 4E. RGB value is (19,111,78). Sum of RGB (Red+Green+Blue) = 19+111+78=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 111 (43.75% from 255 or 53.37% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 111 - color contains mainly: green. Hex color #136F4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136F4E is #EC90B1. Grayscale: #4F4F4F. Windows color (decimal): -15503538 or 5140243. OLE color: 5140243.

HSL color Cylindrical-coordinate representation of color #136F4E: hue angle of 158.48º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136F4E is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1911178-
CMYK0.8300.300.56
HSL158.48º70.77%25.49%-
HSV(B)158.48º82.88%43.53%-
XYZ7.3312.069.15-
YUV79.73127.0284.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.13%
GREEN value IS 111 (43.75% from 255) = 53.37%
BLUE value IS 78 (30.86% from 255) = 37.5%
R=9.13%
G=53.37%
B=37.5%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19111780.8300.300.56158.4870.7725.49
Hex136F4E5301E389e4719
Octal231571161230367023610731
Binary1001111011111001110101001101111011100010011110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,111,78); }

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

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

 a { background-color: rgb(19,111,78); }

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

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

 span { border-color: rgb(19,111,78); }

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