#136601

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

Shades of Green #136601

Tints of Green #136601

Color information

#136601 (or 0x136601) is unknown color: approx Green. HEX triplet: 13, 66 and 01. RGB value is (19,102,1). Sum of RGB (Red+Green+Blue) = 19+102+1=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 102 (40.23% from 255 or 83.61% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 102 - color contains mainly: green. Hex color #136601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136601 is #EC99FE. Grayscale: #414141. Windows color (decimal): -15505919 or 91667. OLE color: 91667.

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

Color convert

RGB191021-
CMYK0.8100.990.6
HSL109.31º98.06%20.2%-
HSV(B)109.31º99.02%40%-
XYZ5.039.641.63-
YUV65.6791.594.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.57%
GREEN value IS 102 (40.23% from 255) = 83.61%
BLUE value IS 1 (0.78% from 255) = 0.82%
R=15.57%
G=83.61%
B=0.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1910210.8100.990.6109.3198.0620.2
Hex13661510633C6d6214
Octal23146112101437415514224
Binary10011110011011010001011000111111001101101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136601; }

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

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

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

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

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

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

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

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