#136108

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

Shades of Green #136108

Tints of Green #136108

Color information

#136108 (or 0x136108) is unknown color: approx Green. HEX triplet: 13, 61 and 08. RGB value is (19,97,8). Sum of RGB (Red+Green+Blue) = 19+97+8=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 97 (38.28% from 255 or 78.23% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 97 - color contains mainly: green. Hex color #136108 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136108 is #EC9EF7. Grayscale: #3F3F3F. Windows color (decimal): -15507192 or 549139. OLE color: 549139.

HSL color Cylindrical-coordinate representation of color #136108: hue angle of 112.58º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136108 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB19978-
CMYK0.8000.920.62
HSL112.58º84.76%20.59%-
HSV(B)112.58º91.75%38.04%-
XYZ4.598.711.67-
YUV63.5396.6696.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.32%
GREEN value IS 97 (38.28% from 255) = 78.23%
BLUE value IS 8 (3.52% from 255) = 6.45%
R=15.32%
G=78.23%
B=6.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal199780.8000.920.62112.5884.7620.59
Hex136185005C3E715515
Octal231411012001347616112525
Binary10011110000110001010000010111001111101110001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136108; }

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

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

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

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

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

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

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

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