Html Css Color HEX #136B51 Jewel

📋 copy color: '#136B51'

red 19 ◦ green 107 ◦ blue 81

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

Shades of Jewel #136B51

Tints of Jewel #136B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 39.13%

R = 9.18%
G = 51.69%
B = 39.13%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#136B51 (or 0x136B51) is known color: Jewel. HEX triplet: 13, 6B and 51. RGB value is (19,107,81). Sum of RGB (Red+Green+Blue) = 19+107+81=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 107 (42.19% from 255 or 51.69% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 107 - color contains mainly: green. Hex color #136B51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B51 is #EC94AE. Grayscale: #4D4D4D. Windows color (decimal): -15504559 or 5335827. OLE color: 5335827.

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

Color convert

RGB 19 107 81 -
CMYK 0.82 0 0.24 0.58
HSL 162.27º 0.7% 0.25% -
HSV(B) 162.27º 0.82% 0.42% -
XYZ 7.01 11.25 9.59 -
YUV 77.72 129.85 86.11 -
System Red Green Blue C M Y K H S L
Decimal 19 107 81 0.82 0 0.24 0.58 162.27 0.7 0.25
Hex 13 6B 51 52 0 18 3A A2 46 19
Octal 23 153 121 122 0 30 72 242 106 31
Binary 10011 1101011 1010001 1010010 0 11000 111010 10100010 1000110 11001

Color Harmonies of #136B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136B51

Black with #136B51

Text Example


Text Example

White with #136B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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