Html Css Color HEX #136B40 Jewel

📋 copy color: '#136B40'

red 19 ◦ green 107 ◦ blue 64

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

Shades of Jewel #136B40

Tints of Jewel #136B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 33.68%

R = 10%
G = 56.32%
B = 33.68%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#136B40 (or 0x136B40) is known color: Jewel. HEX triplet: 13, 6B and 40. RGB value is (19,107,64). Sum of RGB (Red+Green+Blue) = 19+107+64=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 107 (42.19% from 255 or 56.32% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 107 - color contains mainly: green. Hex color #136B40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136B40 is #EC94BF. Grayscale: #4B4B4B. Windows color (decimal): -15504576 or 4221715. OLE color: 4221715.

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

Color convert

RGB 19 107 64 -
CMYK 0.82 0 0.40 0.58
HSL 150.68º 0.7% 0.25% -
HSV(B) 150.68º 0.82% 0.42% -
XYZ 6.45 11.02 6.64 -
YUV 75.79 121.35 87.5 -
System Red Green Blue C M Y K H S L
Decimal 19 107 64 0.82 0 0.40 0.58 150.68 0.7 0.25
Hex 13 6B 40 52 0 28 3A 97 46 19
Octal 23 153 100 122 0 50 72 227 106 31
Binary 10011 1101011 1000000 1010010 0 101000 111010 10010111 1000110 11001

Color Harmonies of #136B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136B40

Black with #136B40

Text Example


Text Example

White with #136B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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