#136808

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

Shades of Green #136808

Tints of Green #136808

Color information

#136808 (or 0x136808) is unknown color: approx Green. HEX triplet: 13, 68 and 08. RGB value is (19,104,8). Sum of RGB (Red+Green+Blue) = 19+104+8=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 104 (41.02% from 255 or 79.39% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 104 - color contains mainly: green. Hex color #136808 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136808 is #EC97F7. Grayscale: #434343. Windows color (decimal): -15505400 or 550931. OLE color: 550931.

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

Color convert

RGB191048-
CMYK0.8200.920.59
HSL113.12º85.71%21.96%-
HSV(B)113.12º92.31%40.78%-
XYZ5.2610.061.89-
YUV67.6494.3493.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 104 (41.02% from 255) = 79.39%
BLUE value IS 8 (3.52% from 255) = 6.11%
R=14.50%
G=79.39%
B=6.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1910480.8200.920.59113.1285.7121.96
Hex136885205C3B715616
Octal231501012201347316112626
Binary10011110100010001010010010111001110111110001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136808; }

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

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

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

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

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

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

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

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