#136408

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

Shades of Green #136408

Tints of Green #136408

Color information

#136408 (or 0x136408) is unknown color: approx Green. HEX triplet: 13, 64 and 08. RGB value is (19,100,8). Sum of RGB (Red+Green+Blue) = 19+100+8=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 100 (39.45% from 255 or 78.74% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 100 - color contains mainly: green. Hex color #136408 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136408 is #EC9BF7. Grayscale: #414141. Windows color (decimal): -15506424 or 549907. OLE color: 549907.

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

Color convert

RGB191008-
CMYK0.8100.920.61
HSL112.83º85.19%21.18%-
HSV(B)112.83º92%39.22%-
XYZ4.879.271.76-
YUV65.2995.6694.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 100 (39.45% from 255) = 78.74%
BLUE value IS 8 (3.52% from 255) = 6.30%
R=14.96%
G=78.74%
B=6.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1910080.8100.920.61112.8385.1921.18
Hex136485105C3D715515
Octal231441012101347516112525
Binary10011110010010001010001010111001111011110001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136408; }

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

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

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

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

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

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

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

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