#136D4D

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

Shades of Jewel #136D4D

Tints of Jewel #136D4D

Color information

#136D4D (or 0x136D4D) is unknown color: approx Jewel. HEX triplet: 13, 6D and 4D. RGB value is (19,109,77). Sum of RGB (Red+Green+Blue) = 19+109+77=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 109 (42.97% from 255 or 53.17% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 109 - color contains mainly: green. Hex color #136D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136D4D is #EC92B2. Grayscale: #4E4E4E. Windows color (decimal): -15504051 or 5074195. OLE color: 5074195.

HSL color Cylindrical-coordinate representation of color #136D4D: hue angle of 158.67º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136D4D is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.

Color convert

RGB1910977-
CMYK0.8300.290.57
HSL158.67º70.31%25.1%-
HSV(B)158.67º82.57%42.75%-
XYZ7.0811.618.89-
YUV78.44127.1885.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 109 (42.97% from 255) = 53.17%
BLUE value IS 77 (30.47% from 255) = 37.56%
R=9.27%
G=53.17%
B=37.56%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19109770.8300.290.57158.6770.3125.1
Hex136D4D5301D399f4619
Octal231551151230357123710631
Binary1001111011011001101101001101110111100110011111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,109,77); }

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

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

 a { background-color: rgb(19,109,77); }

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

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

 span { border-color: rgb(19,109,77); }

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