Html Css Color HEX #136B4D Jewel

📋 copy color: '#136B4D'

red 19 ◦ green 107 ◦ blue 77

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

Shades of Jewel #136B4D

Tints of Jewel #136B4D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 52.71%

 BLUE value IS 77 (30.47% from 255) = 37.93%

R = 9.36%
G = 52.71%
B = 37.93%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#136B4D (or 0x136B4D) is known color: Jewel. HEX triplet: 13, 6B and 4D. RGB value is (19,107,77). Sum of RGB (Red+Green+Blue) = 19+107+77=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 107 (42.19% from 255 or 52.71% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 107 - color contains mainly: green. Hex color #136B4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B4D is #EC94B2. Grayscale: #4D4D4D. Windows color (decimal): -15504563 or 5073683. OLE color: 5073683.

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

Color convert

RGB 19 107 77 -
CMYK 0.82 0 0.28 0.58
HSL 159.55º 0.7% 0.25% -
HSV(B) 159.55º 0.82% 0.42% -
XYZ 6.87 11.19 8.82 -
YUV 77.27 127.85 86.44 -
System Red Green Blue C M Y K H S L
Decimal 19 107 77 0.82 0 0.28 0.58 159.55 0.7 0.25
Hex 13 6B 4D 52 0 1C 3A A0 46 19
Octal 23 153 115 122 0 34 72 240 106 31
Binary 10011 1101011 1001101 1010010 0 11100 111010 10100000 1000110 11001

Color Harmonies of #136B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136B4D

Black with #136B4D

Text Example


Text Example

White with #136B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,107,77); }

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

background-color css

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

 a { background-color: rgb(19,107,77); }

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

border-color css

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

 span { border-color: rgb(19,107,77); }

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