#138400

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

Shades of Green #138400

Tints of Green #138400

Color information

#138400 (or 0x138400) is unknown color: approx Green. HEX triplet: 13, 84 and 00. RGB value is (19,132,0). Sum of RGB (Red+Green+Blue) = 19+132+0=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 132 (51.95% from 255 or 87.42% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 132 - color contains mainly: green. Hex color #138400 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138400 is #EC7BFF. Grayscale: #535353. Windows color (decimal): -15498240 or 33811. OLE color: 33811.

HSL color Cylindrical-coordinate representation of color #138400: hue angle of 111.36º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #138400 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB191320-
CMYK0.86010.48
HSL111.36º100%25.88%-
HSV(B)111.36º100%51.76%-
XYZ8.5216.642.76-
YUV83.1681.0682.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 132 (51.95% from 255) = 87.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=12.58%
G=87.42%
B=0%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1913200.86010.48111.3610025.88
Hex1384056064306f641a
Octal23204012601446015714432
Binary100111000010001010110011001001100001101111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138400; }

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

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

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

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

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

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

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

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