#136F0B

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

Shades of Green #136F0B

Tints of Green #136F0B

Color information

#136F0B (or 0x136F0B) is unknown color: approx Green. HEX triplet: 13, 6F and 0B. RGB value is (19,111,11). Sum of RGB (Red+Green+Blue) = 19+111+11=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 111 (43.75% from 255 or 78.72% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 111 - color contains mainly: green. Hex color #136F0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136F0B is #EC90F4. Grayscale: #484848. Windows color (decimal): -15503605 or 749331. OLE color: 749331.

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

Color convert

RGB1911111-
CMYK0.8300.900.56
HSL115.2º81.97%23.92%-
HSV(B)115.2º90.09%43.53%-
XYZ6.0111.532.23-
YUV72.0993.5290.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.48%
GREEN value IS 111 (43.75% from 255) = 78.72%
BLUE value IS 11 (4.69% from 255) = 7.80%
R=13.48%
G=78.72%
B=7.80%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19111110.8300.900.56115.281.9723.92
Hex136FB5305A38735218
Octal231571312301327016312230
Binary10011110111110111010011010110101110001110011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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