Html Css Color HEX #136E4E Jewel

📋 copy color: '#136E4E'

red 19 ◦ green 110 ◦ blue 78

#136E4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #136E4E

Tints of Jewel #136E4E

RGB

 RED value IS 19 (7.81% from 255) = 9.18%

 GREEN value IS 110 (43.36% from 255) = 53.14%

 BLUE value IS 78 (30.86% from 255) = 37.68%

R = 9.18%
G = 53.14%
B = 37.68%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.29

 K value IS 0.57

RGB Variations

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

Color information

#136E4E (or 0x136E4E) is known color: Jewel. HEX triplet: 13, 6E and 4E. RGB value is (19,110,78). Sum of RGB (Red+Green+Blue) = 19+110+78=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 110 (43.36% from 255 or 53.14% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 110 - color contains mainly: green. Hex color #136E4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136E4E is #EC91B1. Grayscale: #4F4F4F. Windows color (decimal): -15503794 or 5139987. OLE color: 5139987.

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

Color convert

RGB 19 110 78 -
CMYK 0.83 0 0.29 0.57
HSL 158.9º 0.71% 0.25% -
HSV(B) 158.9º 0.83% 0.43% -
XYZ 7.22 11.84 9.11 -
YUV 79.14 127.35 85.1 -
System Red Green Blue C M Y K H S L
Decimal 19 110 78 0.83 0 0.29 0.57 158.9 0.71 0.25
Hex 13 6E 4E 53 0 1D 39 9F 47 19
Octal 23 156 116 123 0 35 71 237 107 31
Binary 10011 1101110 1001110 1010011 0 11101 111001 10011111 1000111 11001

Color Harmonies of #136E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136E4E

Black with #136E4E

Text Example


Text Example

White with #136E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #136E4E;
 }
 .AnyTagClassName
 {
   color: #136E4E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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