#136800

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

Shades of Green #136800

Tints of Green #136800

Color information

#136800 (or 0x136800) is unknown color: approx Green. HEX triplet: 13, 68 and 00. RGB value is (19,104,0). Sum of RGB (Red+Green+Blue) = 19+104+0=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 104 (41.02% from 255 or 84.55% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 104 - color contains mainly: green. Hex color #136800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136800 is #EC97FF. Grayscale: #434343. Windows color (decimal): -15505408 or 26643. OLE color: 26643.

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

Color convert

RGB191040-
CMYK0.82010.59
HSL109.04º100%20.39%-
HSV(B)109.04º100%40.78%-
XYZ5.2210.041.66-
YUV66.7390.3493.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.45%
GREEN value IS 104 (41.02% from 255) = 84.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=15.45%
G=84.55%
B=0%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1910400.82010.59109.0410020.39
Hex13680520643B6d6414
Octal23150012201447315514424
Binary10011110100001010010011001001110111101101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136800; }

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

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

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

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

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

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

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

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