#136C03

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

Shades of Green #136C03

Tints of Green #136C03

Color information

#136C03 (or 0x136C03) is unknown color: approx Green. HEX triplet: 13, 6C and 03. RGB value is (19,108,3). Sum of RGB (Red+Green+Blue) = 19+108+3=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 108 (42.58% from 255 or 83.08% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 108 - color contains mainly: green. Hex color #136C03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136C03 is #EC93FC. Grayscale: #454545. Windows color (decimal): -15504381 or 224275. OLE color: 224275.

HSL color Cylindrical-coordinate representation of color #136C03: hue angle of 110.86º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #136C03 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB191083-
CMYK0.8200.970.58
HSL110.86º94.59%21.76%-
HSV(B)110.86º97.22%42.35%-
XYZ5.6510.871.89-
YUV69.4290.5192.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.62%
GREEN value IS 108 (42.58% from 255) = 83.08%
BLUE value IS 3 (1.56% from 255) = 2.31%
R=14.62%
G=83.08%
B=2.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1910830.8200.970.58110.8694.5921.76
Hex136C3520613A6f5f16
Octal23154312201417215713726
Binary100111101100111010010011000011110101101111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136C03; }

 p { color: rgb(19,108,3); }

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

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

 a { background-color: rgb(19,108,3); }

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

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

 span { border-color: rgb(19,108,3); }

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