#136B05

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

Shades of Green #136B05

Tints of Green #136B05

Color information

#136B05 (or 0x136B05) is unknown color: approx Green. HEX triplet: 13, 6B and 05. RGB value is (19,107,5). Sum of RGB (Red+Green+Blue) = 19+107+5=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 107 (42.19% from 255 or 81.68% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 107 - color contains mainly: green. Hex color #136B05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136B05 is #EC94FA. Grayscale: #454545. Windows color (decimal): -15504635 or 355091. OLE color: 355091.

HSL color Cylindrical-coordinate representation of color #136B05: hue angle of 111.76º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #136B05 is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.

Color convert

RGB191075-
CMYK0.8200.950.58
HSL111.76º91.07%21.96%-
HSV(B)111.76º95.33%41.96%-
XYZ5.5510.661.91-
YUV69.0691.8592.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 107 (42.19% from 255) = 81.68%
BLUE value IS 5 (2.34% from 255) = 3.82%
R=14.50%
G=81.68%
B=3.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1910750.8200.950.58111.7691.0721.96
Hex136B55205F3A705b16
Octal23153512201377216013326
Binary1001111010111011010010010111111110101110000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,107,5); }

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

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

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

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

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

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

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