#136E45

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

Shades of Jewel #136E45

Tints of Jewel #136E45

Color information

#136E45 (or 0x136E45) is unknown color: approx Jewel. HEX triplet: 13, 6E and 45. RGB value is (19,110,69). Sum of RGB (Red+Green+Blue) = 19+110+69=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 110 (43.36% from 255 or 55.56% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 110 - color contains mainly: green. Hex color #136E45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136E45 is #EC91BA. Grayscale: #4E4E4E. Windows color (decimal): -15503803 or 4550163. OLE color: 4550163.

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

Color convert

RGB1911069-
CMYK0.8300.370.57
HSL152.97º70.54%25.29%-
HSV(B)152.97º82.73%43.14%-
XYZ6.9211.727.53-
YUV78.12122.8585.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.60%
GREEN value IS 110 (43.36% from 255) = 55.56%
BLUE value IS 69 (27.34% from 255) = 34.85%
R=9.60%
G=55.56%
B=34.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19110690.8300.370.57152.9770.5425.29
Hex136E455302539994719
Octal231561051230457123110731
Binary10011110111010001011010011010010111100110011001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,110,69); }

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

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

 a { background-color: rgb(19,110,69); }

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

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

 span { border-color: rgb(19,110,69); }

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