Html Css Color HEX #136B01 Green

📋 copy color: '#136B01'

red 19 ◦ green 107 ◦ blue 1

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

Shades of Green #136B01

Tints of Green #136B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.79%

R = 14.96%
G = 84.25%
B = 0.79%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#136B01 (or 0x136B01) is known color: Green. HEX triplet: 13, 6B and 01. RGB value is (19,107,1). Sum of RGB (Red+Green+Blue) = 19+107+1=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 107 (42.19% from 255 or 84.25% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 107 - color contains mainly: green. Hex color #136B01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136B01 is #EC94FE. Grayscale: #444444. Windows color (decimal): -15504639 or 92947. OLE color: 92947.

HSL color Cylindrical-coordinate representation of color #136B01: hue angle of 109.81º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #136B01 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 107 1 -
CMYK 0.82 0 0.99 0.58
HSL 109.81º 0.98% 0.21% -
HSV(B) 109.81º 0.99% 0.42% -
XYZ 5.53 10.66 1.79 -
YUV 68.6 89.85 92.62 -
System Red Green Blue C M Y K H S L
Decimal 19 107 1 0.82 0 0.99 0.58 109.81 0.98 0.21
Hex 13 6B 1 52 0 63 3A 6E 62 15
Octal 23 153 1 122 0 143 72 156 142 25
Binary 10011 1101011 1 1010010 0 1100011 111010 1101110 1100010 10101

Color Harmonies of #136B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136B01

Black with #136B01

Text Example


Text Example

White with #136B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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