Html Css Color HEX #136C4F Jewel

📋 copy color: '#136C4F'

red 19 ◦ green 108 ◦ blue 79

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

Shades of Jewel #136C4F

Tints of Jewel #136C4F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 52.43%

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

R = 9.22%
G = 52.43%
B = 38.35%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#136C4F (or 0x136C4F) is known color: Jewel. HEX triplet: 13, 6C and 4F. RGB value is (19,108,79). Sum of RGB (Red+Green+Blue) = 19+108+79=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 108 (42.58% from 255 or 52.43% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 108 - color contains mainly: green. Hex color #136C4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136C4F is #EC93B0. Grayscale: #4E4E4E. Windows color (decimal): -15504305 or 5205011. OLE color: 5205011.

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

Color convert

RGB 19 108 79 -
CMYK 0.82 0 0.27 0.58
HSL 160.45º 0.7% 0.25% -
HSV(B) 160.45º 0.82% 0.42% -
XYZ 7.04 11.43 9.23 -
YUV 78.08 128.51 85.86 -
System Red Green Blue C M Y K H S L
Decimal 19 108 79 0.82 0 0.27 0.58 160.45 0.7 0.25
Hex 13 6C 4F 52 0 1B 3A A0 46 19
Octal 23 154 117 122 0 33 72 240 106 31
Binary 10011 1101100 1001111 1010010 0 11011 111010 10100000 1000110 11001

Color Harmonies of #136C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136C4F

Black with #136C4F

Text Example


Text Example

White with #136C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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