#138B04

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

Shades of Green #138B04

Tints of Green #138B04

Color information

#138B04 (or 0x138B04) is unknown color: approx Green. HEX triplet: 13, 8B and 04. RGB value is (19,139,4). Sum of RGB (Red+Green+Blue) = 19+139+4=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 139 (54.69% from 255 or 85.80% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 139 - color contains mainly: green. Hex color #138B04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138B04 is #EC74FB. Grayscale: #585858. Windows color (decimal): -15496444 or 297747. OLE color: 297747.

HSL color Cylindrical-coordinate representation of color #138B04: hue angle of 113.33º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #138B04 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB191394-
CMYK0.8600.970.45
HSL113.33º94.41%28.04%-
HSV(B)113.33º97.12%54.51%-
XYZ9.5218.613.21-
YUV87.7380.7478.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.73%
GREEN value IS 139 (54.69% from 255) = 85.80%
BLUE value IS 4 (1.95% from 255) = 2.47%
R=11.73%
G=85.80%
B=2.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1913940.8600.970.45113.3394.4128.04
Hex138B4560612D715e1c
Octal23213412601415516113634
Binary10011100010111001010110011000011011011110001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138B04; }

 p { color: rgb(19,139,4); }

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

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

 a { background-color: rgb(19,139,4); }

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

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

 span { border-color: rgb(19,139,4); }

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