#136712

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

Shades of Green #136712

Tints of Green #136712

Color information

#136712 (or 0x136712) is unknown color: approx Green. HEX triplet: 13, 67 and 12. RGB value is (19,103,18). Sum of RGB (Red+Green+Blue) = 19+103+18=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 103 (40.62% from 255 or 73.57% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 103 - color contains mainly: green. Hex color #136712 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136712 is #EC98ED. Grayscale: #444444. Windows color (decimal): -15505646 or 1206035. OLE color: 1206035.

HSL color Cylindrical-coordinate representation of color #136712: hue angle of 119.29º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136712 is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB1910318-
CMYK0.8200.830.60
HSL119.29º70.25%23.73%-
HSV(B)119.29º82.52%40.39%-
XYZ5.239.882.2-
YUV68.1999.6792.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.57%
GREEN value IS 103 (40.62% from 255) = 73.57%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=13.57%
G=73.57%
B=12.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19103180.8200.830.60119.2970.2523.73
Hex136712520533C774618
Octal231472212201237416710630
Binary100111100111100101010010010100111111001110111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136712; }

 p { color: rgb(19,103,18); }

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

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

 a { background-color: rgb(19,103,18); }

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

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

 span { border-color: rgb(19,103,18); }

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