#136801

Color #136801 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #136801

Tints of Green #136801

Color information

#136801 (or 0x136801) is unknown color: approx Green. HEX triplet: 13, 68 and 01. RGB value is (19,104,1). Sum of RGB (Red+Green+Blue) = 19+104+1=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 104 (41.02% from 255 or 83.87% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 104 - color contains mainly: green. Hex color #136801 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136801 is #EC97FE. Grayscale: #434343. Windows color (decimal): -15505407 or 92179. OLE color: 92179.

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

Color convert

RGB191041-
CMYK0.8200.990.59
HSL109.51º98.1%20.59%-
HSV(B)109.51º99.04%40.78%-
XYZ5.2210.041.69-
YUV66.8490.8493.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.32%
GREEN value IS 104 (41.02% from 255) = 83.87%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=15.32%
G=83.87%
B=0.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1910410.8200.990.59109.5198.120.59
Hex13681520633B6e6215
Octal23150112201437315614225
Binary10011110100011010010011000111110111101110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136801; }

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

 H1.HeaderClassName
 {
   color: #136801;
 }
 .AnyTagClassName
 {
   color: #136801;
 }
</style>
background-color css

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

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

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

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

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

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