#136B4D

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

Shades of Jewel #136B4D

Tints of Jewel #136B4D

Color information

#136B4D (or 0x136B4D) is unknown color: approx Jewel. HEX triplet: 13, 6B and 4D. RGB value is (19,107,77). Sum of RGB (Red+Green+Blue) = 19+107+77=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 107 (42.19% from 255 or 52.71% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 107 - color contains mainly: green. Hex color #136B4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B4D is #EC94B2. Grayscale: #4D4D4D. Windows color (decimal): -15504563 or 5073683. OLE color: 5073683.

HSL color Cylindrical-coordinate representation of color #136B4D: hue angle of 159.55º 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 #136B4D is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB1910777-
CMYK0.8200.280.58
HSL159.55º69.84%24.71%-
HSV(B)159.55º82.24%41.96%-
XYZ6.8711.198.82-
YUV77.27127.8586.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.36%
GREEN value IS 107 (42.19% from 255) = 52.71%
BLUE value IS 77 (30.47% from 255) = 37.93%
R=9.36%
G=52.71%
B=37.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19107770.8200.280.58159.5569.8424.71
Hex136B4D5201C3Aa04619
Octal231531151220347224010631
Binary1001111010111001101101001001110011101010100000100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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