Html Css Color HEX #136401 Green

📋 copy color: '#136401'

red 19 ◦ green 100 ◦ blue 1

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

Shades of Green #136401

Tints of Green #136401

RGB

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

 GREEN value IS 100 (39.45% from 255) = 83.33%

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

R = 15.83%
G = 83.33%
B = 0.83%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#136401 (or 0x136401) is known color: Green. HEX triplet: 13, 64 and 01. RGB value is (19,100,1). Sum of RGB (Red+Green+Blue) = 19+100+1=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 100 (39.45% from 255 or 83.33% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 100 - color contains mainly: green. Hex color #136401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136401 is #EC9BFE. Grayscale: #404040. Windows color (decimal): -15506431 or 91155. OLE color: 91155.

HSL color Cylindrical-coordinate representation of color #136401: hue angle of 109.09º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #136401 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 100 1 -
CMYK 0.81 0 0.99 0.61
HSL 109.09º 0.98% 0.2% -
HSV(B) 109.09º 0.99% 0.39% -
XYZ 4.83 9.25 1.56 -
YUV 64.5 92.16 95.55 -
System Red Green Blue C M Y K H S L
Decimal 19 100 1 0.81 0 0.99 0.61 109.09 0.98 0.2
Hex 13 64 1 51 0 63 3D 6D 62 14
Octal 23 144 1 121 0 143 75 155 142 24
Binary 10011 1100100 1 1010001 0 1100011 111101 1101101 1100010 10100

Color Harmonies of #136401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136401

Black with #136401

Text Example


Text Example

White with #136401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136401; }

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

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

background-color css

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

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

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

border-color css

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

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

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