Html Css Color HEX #136D4B Jewel

📋 copy color: '#136D4B'

red 19 ◦ green 109 ◦ blue 75

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

Shades of Jewel #136D4B

Tints of Jewel #136D4B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 53.69%

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

R = 9.36%
G = 53.69%
B = 36.95%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#136D4B (or 0x136D4B) is known color: Jewel. HEX triplet: 13, 6D and 4B. RGB value is (19,109,75). Sum of RGB (Red+Green+Blue) = 19+109+75=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 109 (42.97% from 255 or 53.69% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 109 - color contains mainly: green. Hex color #136D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136D4B is #EC92B4. Grayscale: #4E4E4E. Windows color (decimal): -15504053 or 4943123. OLE color: 4943123.

HSL color Cylindrical-coordinate representation of color #136D4B: hue angle of 157.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136D4B is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 109 75 -
CMYK 0.83 0 0.31 0.57
HSL 157.33º 0.7% 0.25% -
HSV(B) 157.33º 0.83% 0.43% -
XYZ 7.01 11.58 8.52 -
YUV 78.21 126.18 85.76 -
System Red Green Blue C M Y K H S L
Decimal 19 109 75 0.83 0 0.31 0.57 157.33 0.7 0.25
Hex 13 6D 4B 53 0 1F 39 9D 46 19
Octal 23 155 113 123 0 37 71 235 106 31
Binary 10011 1101101 1001011 1010011 0 11111 111001 10011101 1000110 11001

Color Harmonies of #136D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136D4B

Black with #136D4B

Text Example


Text Example

White with #136D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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