Html Css Color HEX #136B0B Green

📋 copy color: '#136B0B'

red 19 ◦ green 107 ◦ blue 11

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

Shades of Green #136B0B

Tints of Green #136B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.03%

R = 13.87%
G = 78.1%
B = 8.03%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#136B0B (or 0x136B0B) is known color: Green. HEX triplet: 13, 6B and 0B. RGB value is (19,107,11). Sum of RGB (Red+Green+Blue) = 19+107+11=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 107 (42.19% from 255 or 78.10% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 107 - color contains mainly: green. Hex color #136B0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136B0B is #EC94F4. Grayscale: #464646. Windows color (decimal): -15504629 or 748307. OLE color: 748307.

HSL color Cylindrical-coordinate representation of color #136B0B: hue angle of 115º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #136B0B is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 107 11 -
CMYK 0.82 0 0.90 0.58
HSL 115º 0.81% 0.23% -
HSV(B) 115º 0.9% 0.42% -
XYZ 5.59 10.68 2.08 -
YUV 69.74 94.85 91.81 -
System Red Green Blue C M Y K H S L
Decimal 19 107 11 0.82 0 0.90 0.58 115 0.81 0.23
Hex 13 6B B 52 0 5A 3A 73 51 17
Octal 23 153 13 122 0 132 72 163 121 27
Binary 10011 1101011 1011 1010010 0 1011010 111010 1110011 1010001 10111

Color Harmonies of #136B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136B0B

Black with #136B0B

Text Example


Text Example

White with #136B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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