#13870E

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

Shades of Green #13870E

Tints of Green #13870E

Color information

#13870E (or 0x13870E) is unknown color: approx Green. HEX triplet: 13, 87 and 0E. RGB value is (19,135,14). Sum of RGB (Red+Green+Blue) = 19+135+14=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 135 (53.12% from 255 or 80.36% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 135 - color contains mainly: green. Hex color #13870E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13870E is #EC78F1. Grayscale: #565656. Windows color (decimal): -15497458 or 952083. OLE color: 952083.

HSL color Cylindrical-coordinate representation of color #13870E: hue angle of 117.52º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13870E is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1913514-
CMYK0.8600.900.47
HSL117.52º81.21%29.22%-
HSV(B)117.52º89.63%52.94%-
XYZ9.0117.53.32-
YUV86.5287.0779.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.31%
GREEN value IS 135 (53.12% from 255) = 80.36%
BLUE value IS 14 (5.86% from 255) = 8.33%
R=11.31%
G=80.36%
B=8.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19135140.8600.900.47117.5281.2129.22
Hex1387E5605A2F76511d
Octal232071612601325716612135
Binary100111000011111101010110010110101011111110110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13870E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13870E; }

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

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

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

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

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

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

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

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