#136F13

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

Shades of Green #136F13

Tints of Green #136F13

Color information

#136F13 (or 0x136F13) is unknown color: approx Green. HEX triplet: 13, 6F and 13. RGB value is (19,111,19). Sum of RGB (Red+Green+Blue) = 19+111+19=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 111 (43.75% from 255 or 74.50% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 111 - color contains mainly: green. Hex color #136F13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136F13 is #EC90EC. Grayscale: #494949. Windows color (decimal): -15503597 or 1273619. OLE color: 1273619.

HSL color Cylindrical-coordinate representation of color #136F13: hue angle of 120º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136F13 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB1911119-
CMYK0.8300.830.56
HSL120º70.77%25.49%-
HSV(B)120º82.88%43.53%-
XYZ6.0711.552.53-
YUV7397.5289.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.75%
GREEN value IS 111 (43.75% from 255) = 74.50%
BLUE value IS 19 (7.81% from 255) = 12.75%
R=12.75%
G=74.50%
B=12.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19111190.8300.830.5612070.7725.49
Hex136F135305338784719
Octal231572312301237017010731
Binary100111101111100111010011010100111110001111000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,111,19); }

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

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

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

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

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

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

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