Html Css Color HEX #136B4A Jewel

📋 copy color: '#136B4A'

red 19 ◦ green 107 ◦ blue 74

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

Shades of Jewel #136B4A

Tints of Jewel #136B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 37%

R = 9.5%
G = 53.5%
B = 37%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#136B4A (or 0x136B4A) is known color: Jewel. HEX triplet: 13, 6B and 4A. RGB value is (19,107,74). Sum of RGB (Red+Green+Blue) = 19+107+74=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 107 (42.19% from 255 or 53.5% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 107 - color contains mainly: green. Hex color #136B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136B4A is #EC94B5. Grayscale: #4C4C4C. Windows color (decimal): -15504566 or 4877075. OLE color: 4877075.

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

Color convert

RGB 19 107 74 -
CMYK 0.82 0 0.31 0.58
HSL 157.5º 0.7% 0.25% -
HSV(B) 157.5º 0.82% 0.42% -
XYZ 6.76 11.15 8.27 -
YUV 76.93 126.35 86.68 -
System Red Green Blue C M Y K H S L
Decimal 19 107 74 0.82 0 0.31 0.58 157.5 0.7 0.25
Hex 13 6B 4A 52 0 1F 3A 9E 46 19
Octal 23 153 112 122 0 37 72 236 106 31
Binary 10011 1101011 1001010 1010010 0 11111 111010 10011110 1000110 11001

Color Harmonies of #136B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136B4A

Black with #136B4A

Text Example


Text Example

White with #136B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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