#138704

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

Shades of Green #138704

Tints of Green #138704

Color information

#138704 (or 0x138704) is unknown color: approx Green. HEX triplet: 13, 87 and 04. RGB value is (19,135,4). Sum of RGB (Red+Green+Blue) = 19+135+4=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 135 (53.12% from 255 or 85.44% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 135 - color contains mainly: green. Hex color #138704 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138704 is #EC78FB. Grayscale: #555555. Windows color (decimal): -15497468 or 296723. OLE color: 296723.

HSL color Cylindrical-coordinate representation of color #138704: hue angle of 113.13º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #138704 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB191354-
CMYK0.8600.970.47
HSL113.13º94.24%27.25%-
HSV(B)113.13º97.04%52.94%-
XYZ8.9517.483.02-
YUV85.3882.0780.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.03%
GREEN value IS 135 (53.12% from 255) = 85.44%
BLUE value IS 4 (1.95% from 255) = 2.53%
R=12.03%
G=85.44%
B=2.53%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1913540.8600.970.47113.1394.2427.25
Hex13874560612F715e1b
Octal23207412601415716113633
Binary10011100001111001010110011000011011111110001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138704; }

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

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

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

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

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

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

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

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