Html Css Color HEX #136B4F Jewel

📋 copy color: '#136B4F'

red 19 ◦ green 107 ◦ blue 79

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

Shades of Jewel #136B4F

Tints of Jewel #136B4F

RGB

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

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

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

R = 9.27%
G = 52.2%
B = 38.54%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#136B4F (or 0x136B4F) is known color: Jewel. HEX triplet: 13, 6B and 4F. RGB value is (19,107,79). Sum of RGB (Red+Green+Blue) = 19+107+79=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 107 (42.19% from 255 or 52.20% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 107 - color contains mainly: green. Hex color #136B4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B4F is #EC94B0. Grayscale: #4D4D4D. Windows color (decimal): -15504561 or 5204755. OLE color: 5204755.

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

Color convert

RGB 19 107 79 -
CMYK 0.82 0 0.26 0.58
HSL 160.91º 0.7% 0.25% -
HSV(B) 160.91º 0.82% 0.42% -
XYZ 6.94 11.22 9.2 -
YUV 77.5 128.85 86.28 -
System Red Green Blue C M Y K H S L
Decimal 19 107 79 0.82 0 0.26 0.58 160.91 0.7 0.25
Hex 13 6B 4F 52 0 1A 3A A1 46 19
Octal 23 153 117 122 0 32 72 241 106 31
Binary 10011 1101011 1001111 1010010 0 11010 111010 10100001 1000110 11001

Color Harmonies of #136B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136B4F

Black with #136B4F

Text Example


Text Example

White with #136B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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