#136A40

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

Shades of Jewel #136A40

Tints of Jewel #136A40

Color information

#136A40 (or 0x136A40) is unknown color: approx Jewel. HEX triplet: 13, 6A and 40. RGB value is (19,106,64). Sum of RGB (Red+Green+Blue) = 19+106+64=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 106 (41.80% from 255 or 56.08% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 106 - color contains mainly: green. Hex color #136A40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136A40 is #EC95BF. Grayscale: #4B4B4B. Windows color (decimal): -15504832 or 4221459. OLE color: 4221459.

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

Color convert

RGB1910664-
CMYK0.8200.400.58
HSL151.03º69.6%24.51%-
HSV(B)151.03º82.08%41.57%-
XYZ6.3510.826.6-
YUV75.2121.6887.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.05%
GREEN value IS 106 (41.80% from 255) = 56.08%
BLUE value IS 64 (25.39% from 255) = 33.86%
R=10.05%
G=56.08%
B=33.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19106640.8200.400.58151.0369.624.51
Hex136A40520283A974619
Octal231521001220507222710631
Binary10011110101010000001010010010100011101010010111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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