#136901

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

Shades of Green #136901

Tints of Green #136901

Color information

#136901 (or 0x136901) is unknown color: approx Green. HEX triplet: 13, 69 and 01. RGB value is (19,105,1). Sum of RGB (Red+Green+Blue) = 19+105+1=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 105 (41.41% from 255 or 84% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 105 - color contains mainly: green. Hex color #136901 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136901 is #EC96FE. Grayscale: #434343. Windows color (decimal): -15505151 or 92435. OLE color: 92435.

HSL color Cylindrical-coordinate representation of color #136901: hue angle of 109.62º 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 #136901 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB191051-
CMYK0.8200.990.59
HSL109.62º98.11%20.78%-
HSV(B)109.62º99.05%41.18%-
XYZ5.3310.241.73-
YUV67.4390.5193.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.2%
GREEN value IS 105 (41.41% from 255) = 84%
BLUE value IS 1 (0.78% from 255) = 0.8%
R=15.2%
G=84%
B=0.8%

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
Decimal1910510.8200.990.59109.6298.1120.78
Hex13691520633B6e6215
Octal23151112201437315614225
Binary10011110100111010010011000111110111101110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136901; }

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

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

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

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

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

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

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

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