#136B14

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

Shades of Green #136B14

Tints of Green #136B14

Color information

#136B14 (or 0x136B14) is unknown color: approx Green. HEX triplet: 13, 6B and 14. RGB value is (19,107,20). Sum of RGB (Red+Green+Blue) = 19+107+20=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 107 (42.19% from 255 or 73.29% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 107 - color contains mainly: green. Hex color #136B14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136B14 is #EC94EB. Grayscale: #474747. Windows color (decimal): -15504620 or 1338131. OLE color: 1338131.

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

Color convert

RGB1910720-
CMYK0.8200.810.58
HSL120.68º69.84%24.71%-
HSV(B)120.68º82.24%41.96%-
XYZ5.6510.72.43-
YUV70.7799.3591.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.01%
GREEN value IS 107 (42.19% from 255) = 73.29%
BLUE value IS 20 (8.20% from 255) = 13.70%
R=13.01%
G=73.29%
B=13.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19107200.8200.810.58120.6869.8424.71
Hex136B14520513A794619
Octal231532412201217217110631
Binary100111101011101001010010010100011110101111001100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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