#136805

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

Shades of Green #136805

Tints of Green #136805

Color information

#136805 (or 0x136805) is unknown color: approx Green. HEX triplet: 13, 68 and 05. RGB value is (19,104,5). Sum of RGB (Red+Green+Blue) = 19+104+5=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 104 (41.02% from 255 or 81.25% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 104 - color contains mainly: green. Hex color #136805 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136805 is #EC97FA. Grayscale: #434343. Windows color (decimal): -15505403 or 354323. OLE color: 354323.

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

Color convert

RGB191045-
CMYK0.8200.950.59
HSL111.52º90.83%21.37%-
HSV(B)111.52º95.19%40.78%-
XYZ5.2510.051.81-
YUV67.392.8493.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 104 (41.02% from 255) = 81.25%
BLUE value IS 5 (2.34% from 255) = 3.91%
R=14.84%
G=81.25%
B=3.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1910450.8200.950.59111.5290.8321.37
Hex136855205F3B705b15
Octal23150512201377316013325
Binary1001111010001011010010010111111110111110000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136805; }

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

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

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

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

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

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

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

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