Html Css Color HEX #136F01 Green

📋 copy color: '#136F01'

red 19 ◦ green 111 ◦ blue 1

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

Shades of Green #136F01

Tints of Green #136F01

RGB

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

 GREEN value IS 111 (43.75% from 255) = 84.73%

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

R = 14.5%
G = 84.73%
B = 0.76%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#136F01 (or 0x136F01) is known color: Green. HEX triplet: 13, 6F and 01. RGB value is (19,111,1). Sum of RGB (Red+Green+Blue) = 19+111+1=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 111 (43.75% from 255 or 84.73% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 111 - color contains mainly: green. Hex color #136F01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136F01 is #EC90FE. Grayscale: #474747. Windows color (decimal): -15503615 or 93971. OLE color: 93971.

HSL color Cylindrical-coordinate representation of color #136F01: hue angle of 110.18º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #136F01 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 111 1 -
CMYK 0.83 0 0.99 0.56
HSL 110.18º 0.98% 0.22% -
HSV(B) 110.18º 0.99% 0.44% -
XYZ 5.96 11.51 1.94 -
YUV 70.95 88.52 90.94 -
System Red Green Blue C M Y K H S L
Decimal 19 111 1 0.83 0 0.99 0.56 110.18 0.98 0.22
Hex 13 6F 1 53 0 63 38 6E 62 16
Octal 23 157 1 123 0 143 70 156 142 26
Binary 10011 1101111 1 1010011 0 1100011 111000 1101110 1100010 10110

Color Harmonies of #136F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136F01

Black with #136F01

Text Example


Text Example

White with #136F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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