Html Css Color HEX #136D4F Jewel

📋 copy color: '#136D4F'

red 19 ◦ green 109 ◦ blue 79

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

Shades of Jewel #136D4F

Tints of Jewel #136D4F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 52.66%

 BLUE value IS 79 (31.25% from 255) = 38.16%

R = 9.18%
G = 52.66%
B = 38.16%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#136D4F (or 0x136D4F) is known color: Jewel. HEX triplet: 13, 6D and 4F. RGB value is (19,109,79). Sum of RGB (Red+Green+Blue) = 19+109+79=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 109 (42.97% from 255 or 52.66% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 109 - color contains mainly: green. Hex color #136D4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136D4F is #EC92B0. Grayscale: #4E4E4E. Windows color (decimal): -15504049 or 5205267. OLE color: 5205267.

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

Color convert

RGB 19 109 79 -
CMYK 0.83 0 0.28 0.57
HSL 160º 0.7% 0.25% -
HSV(B) 160º 0.83% 0.43% -
XYZ 7.15 11.64 9.27 -
YUV 78.67 128.18 85.44 -
System Red Green Blue C M Y K H S L
Decimal 19 109 79 0.83 0 0.28 0.57 160 0.7 0.25
Hex 13 6D 4F 53 0 1C 39 A0 46 19
Octal 23 155 117 123 0 34 71 240 106 31
Binary 10011 1101101 1001111 1010011 0 11100 111001 10100000 1000110 11001

Color Harmonies of #136D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136D4F

Black with #136D4F

Text Example


Text Example

White with #136D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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