#136B4A

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

Shades of Jewel #136B4A

Tints of Jewel #136B4A

Color information

#136B4A (or 0x136B4A) is unknown color: approx Jewel. HEX triplet: 13, 6B and 4A. RGB value is (19,107,74). Sum of RGB (Red+Green+Blue) = 19+107+74=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 107 (42.19% from 255 or 53.5% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 107 - color contains mainly: green. Hex color #136B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136B4A is #EC94B5. Grayscale: #4C4C4C. Windows color (decimal): -15504566 or 4877075. OLE color: 4877075.

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

Color convert

RGB1910774-
CMYK0.8200.310.58
HSL157.5º69.84%24.71%-
HSV(B)157.5º82.24%41.96%-
XYZ6.7611.158.27-
YUV76.93126.3586.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.5%
GREEN value IS 107 (42.19% from 255) = 53.5%
BLUE value IS 74 (29.30% from 255) = 37%
R=9.5%
G=53.5%
B=37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19107740.8200.310.58157.569.8424.71
Hex136B4A5201F3A9e4619
Octal231531121220377223610631
Binary1001111010111001010101001001111111101010011110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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