Html Css Color HEX #136B4B Jewel

📋 copy color: '#136B4B'

red 19 ◦ green 107 ◦ blue 75

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

Shades of Jewel #136B4B

Tints of Jewel #136B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 37.31%

R = 9.45%
G = 53.23%
B = 37.31%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#136B4B (or 0x136B4B) is known color: Jewel. HEX triplet: 13, 6B and 4B. RGB value is (19,107,75). Sum of RGB (Red+Green+Blue) = 19+107+75=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 107 (42.19% from 255 or 53.23% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 107 - color contains mainly: green. Hex color #136B4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136B4B is #EC94B4. Grayscale: #4D4D4D. Windows color (decimal): -15504565 or 4942611. OLE color: 4942611.

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

Color convert

RGB 19 107 75 -
CMYK 0.82 0 0.30 0.58
HSL 158.18º 0.7% 0.25% -
HSV(B) 158.18º 0.82% 0.42% -
XYZ 6.8 11.16 8.45 -
YUV 77.04 126.85 86.6 -
System Red Green Blue C M Y K H S L
Decimal 19 107 75 0.82 0 0.30 0.58 158.18 0.7 0.25
Hex 13 6B 4B 52 0 1E 3A 9E 46 19
Octal 23 153 113 122 0 36 72 236 106 31
Binary 10011 1101011 1001011 1010010 0 11110 111010 10011110 1000110 11001

Color Harmonies of #136B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136B4B

Black with #136B4B

Text Example


Text Example

White with #136B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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