#136A4A

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

Shades of Jewel #136A4A

Tints of Jewel #136A4A

Color information

#136A4A (or 0x136A4A) is unknown color: approx Jewel. HEX triplet: 13, 6A and 4A. RGB value is (19,106,74). Sum of RGB (Red+Green+Blue) = 19+106+74=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 106 (41.80% from 255 or 53.27% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 106 - color contains mainly: green. Hex color #136A4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136A4A is #EC95B5. Grayscale: #4C4C4C. Windows color (decimal): -15504822 or 4876819. OLE color: 4876819.

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

Color convert

RGB1910674-
CMYK0.8200.300.58
HSL157.93º69.6%24.51%-
HSV(B)157.93º82.08%41.57%-
XYZ6.6610.948.24-
YUV76.34126.6887.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.55%
GREEN value IS 106 (41.80% from 255) = 53.27%
BLUE value IS 74 (29.30% from 255) = 37.19%
R=9.55%
G=53.27%
B=37.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19106740.8200.300.58157.9369.624.51
Hex136A4A5201E3A9e4619
Octal231521121220367223610631
Binary1001111010101001010101001001111011101010011110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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