#136100

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

Shades of Green #136100

Tints of Green #136100

Color information

#136100 (or 0x136100) is unknown color: approx Green. HEX triplet: 13, 61 and 00. RGB value is (19,97,0). Sum of RGB (Red+Green+Blue) = 19+97+0=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 97 (38.28% from 255 or 83.62% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 97 - color contains mainly: green. Hex color #136100 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136100 is #EC9EFF. Grayscale: #3E3E3E. Windows color (decimal): -15507200 or 24851. OLE color: 24851.

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

Color convert

RGB19970-
CMYK0.80010.62
HSL108.25º100%19.02%-
HSV(B)108.25º100%38.04%-
XYZ4.548.691.44-
YUV62.6292.6696.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.38%
GREEN value IS 97 (38.28% from 255) = 83.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=16.38%
G=83.62%
B=0%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal199700.80010.62108.2510019.02
Hex13610500643E6c6413
Octal23141012001447615414423
Binary10011110000101010000011001001111101101100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136100; }

 p { color: rgb(19,97,0); }

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

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

 a { background-color: rgb(19,97,0); }

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

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

 span { border-color: rgb(19,97,0); }

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