#136D0F

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

Shades of Green #136D0F

Tints of Green #136D0F

Color information

#136D0F (or 0x136D0F) is unknown color: approx Green. HEX triplet: 13, 6D and 0F. RGB value is (19,109,15). Sum of RGB (Red+Green+Blue) = 19+109+15=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 109 (42.97% from 255 or 76.22% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 109 - color contains mainly: green. Hex color #136D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136D0F is #EC92F0. Grayscale: #474747. Windows color (decimal): -15504113 or 1010963. OLE color: 1010963.

HSL color Cylindrical-coordinate representation of color #136D0F: hue angle of 117.45º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #136D0F is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.57.

Color convert

RGB1910915-
CMYK0.8300.860.57
HSL117.45º75.81%24.31%-
HSV(B)117.45º86.24%42.75%-
XYZ5.8211.112.29-
YUV71.3796.1890.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.29%
GREEN value IS 109 (42.97% from 255) = 76.22%
BLUE value IS 15 (6.25% from 255) = 10.49%
R=13.29%
G=76.22%
B=10.49%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19109150.8300.860.57117.4575.8124.31
Hex136DF5305639754c18
Octal231551712301267116511430
Binary10011110110111111010011010101101110011110101100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136D0F; }

 p { color: rgb(19,109,15); }

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

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

 a { background-color: rgb(19,109,15); }

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

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

 span { border-color: rgb(19,109,15); }

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