Html Css Color HEX #136501 Green

📋 copy color: '#136501'

red 19 ◦ green 101 ◦ blue 1

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

Shades of Green #136501

Tints of Green #136501

RGB

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

 GREEN value IS 101 (39.84% from 255) = 83.47%

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

R = 15.7%
G = 83.47%
B = 0.83%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#136501 (or 0x136501) is known color: Green. HEX triplet: 13, 65 and 01. RGB value is (19,101,1). Sum of RGB (Red+Green+Blue) = 19+101+1=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 101 (39.84% from 255 or 83.47% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 101 - color contains mainly: green. Hex color #136501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136501 is #EC9AFE. Grayscale: #414141. Windows color (decimal): -15506175 or 91411. OLE color: 91411.

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

Color convert

RGB 19 101 1 -
CMYK 0.81 0 0.99 0.60
HSL 109.2º 0.98% 0.2% -
HSV(B) 109.2º 0.99% 0.4% -
XYZ 4.93 9.45 1.59 -
YUV 65.08 91.83 95.13 -
System Red Green Blue C M Y K H S L
Decimal 19 101 1 0.81 0 0.99 0.60 109.2 0.98 0.2
Hex 13 65 1 51 0 63 3C 6D 62 14
Octal 23 145 1 121 0 143 74 155 142 24
Binary 10011 1100101 1 1010001 0 1100011 111100 1101101 1100010 10100

Color Harmonies of #136501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136501

Black with #136501

Text Example


Text Example

White with #136501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136501; }

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

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

background-color css

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

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

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

border-color css

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

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

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