#136916

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

Shades of Green #136916

Tints of Green #136916

Color information

#136916 (or 0x136916) is unknown color: approx Green. HEX triplet: 13, 69 and 16. RGB value is (19,105,22). Sum of RGB (Red+Green+Blue) = 19+105+22=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 105 (41.41% from 255 or 71.92% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 105 - color contains mainly: green. Hex color #136916 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136916 is #EC96E9. Grayscale: #464646. Windows color (decimal): -15505130 or 1468691. OLE color: 1468691.

HSL color Cylindrical-coordinate representation of color #136916: hue angle of 122.09º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136916 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB1910522-
CMYK0.8200.790.59
HSL122.09º69.35%24.31%-
HSV(B)122.09º81.9%41.18%-
XYZ5.4610.32.46-
YUV69.82101.0191.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.01%
GREEN value IS 105 (41.41% from 255) = 71.92%
BLUE value IS 22 (8.98% from 255) = 15.07%
R=13.01%
G=71.92%
B=15.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19105220.8200.790.59122.0969.3524.31
Hex1369165204F3B7a4518
Octal231512612201177317210530
Binary100111101001101101010010010011111110111111010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136916; }

 p { color: rgb(19,105,22); }

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

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

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

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

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

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

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