Html Css Color HEX #136001 Green

📋 copy color: '#136001'

red 19 ◦ green 96 ◦ blue 1

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

Shades of Green #136001

Tints of Green #136001

RGB

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

 GREEN value IS 96 (37.89% from 255) = 82.76%

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

R = 16.38%
G = 82.76%
B = 0.86%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#136001 (or 0x136001) is known color: Green. HEX triplet: 13, 60 and 01. RGB value is (19,96,1). Sum of RGB (Red+Green+Blue) = 19+96+1=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 96 (37.89% from 255 or 82.76% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 96 - color contains mainly: green. Hex color #136001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136001 is #EC9FFE. Grayscale: #3E3E3E. Windows color (decimal): -15507455 or 90131. OLE color: 90131.

HSL color Cylindrical-coordinate representation of color #136001: hue angle of 108.63º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #136001 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 96 1 -
CMYK 0.80 0 0.99 0.62
HSL 108.63º 0.98% 0.19% -
HSV(B) 108.63º 0.99% 0.38% -
XYZ 4.46 8.51 1.44 -
YUV 62.15 93.49 97.22 -
System Red Green Blue C M Y K H S L
Decimal 19 96 1 0.80 0 0.99 0.62 108.63 0.98 0.19
Hex 13 60 1 50 0 63 3E 6D 62 13
Octal 23 140 1 120 0 143 76 155 142 23
Binary 10011 1100000 1 1010000 0 1100011 111110 1101101 1100010 10011

Color Harmonies of #136001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136001

Black with #136001

Text Example


Text Example

White with #136001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136001; }

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

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

background-color css

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

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

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

border-color css

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

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

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