#136008

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

Shades of Green #136008

Tints of Green #136008

Color information

#136008 (or 0x136008) is unknown color: approx Green. HEX triplet: 13, 60 and 08. RGB value is (19,96,8). Sum of RGB (Red+Green+Blue) = 19+96+8=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 96 (37.89% from 255 or 78.05% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 96 - color contains mainly: green. Hex color #136008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136008 is #EC9FF7. Grayscale: #3F3F3F. Windows color (decimal): -15507448 or 548883. OLE color: 548883.

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

Color convert

RGB19968-
CMYK0.8000.920.62
HSL112.5º84.62%20.39%-
HSV(B)112.5º91.67%37.65%-
XYZ4.58.521.64-
YUV62.9496.9996.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.45%
GREEN value IS 96 (37.89% from 255) = 78.05%
BLUE value IS 8 (3.52% from 255) = 6.50%
R=15.45%
G=78.05%
B=6.50%

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
Decimal199680.8000.920.62112.584.6220.39
Hex136085005C3E705514
Octal231401012001347616012524
Binary10011110000010001010000010111001111101110000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136008; }

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

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

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

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

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

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

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

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