#136D42

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

Shades of Jewel #136D42

Tints of Jewel #136D42

Color information

#136D42 (or 0x136D42) is unknown color: approx Jewel. HEX triplet: 13, 6D and 42. RGB value is (19,109,66). Sum of RGB (Red+Green+Blue) = 19+109+66=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 109 (42.97% from 255 or 56.19% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 109 - color contains mainly: green. Hex color #136D42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136D42 is #EC92BD. Grayscale: #4D4D4D. Windows color (decimal): -15504062 or 4353299. OLE color: 4353299.

HSL color Cylindrical-coordinate representation of color #136D42: hue angle of 151.33º 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 #136D42 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.57.

Color convert

RGB1910966-
CMYK0.8300.390.57
HSL151.33º70.31%25.1%-
HSV(B)151.33º82.57%42.75%-
XYZ6.7211.477.01-
YUV77.19121.6886.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.79%
GREEN value IS 109 (42.97% from 255) = 56.19%
BLUE value IS 66 (26.17% from 255) = 34.02%
R=9.79%
G=56.19%
B=34.02%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19109660.8300.390.57151.3370.3125.1
Hex136D425302739974619
Octal231551021230477122710631
Binary10011110110110000101010011010011111100110010111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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