#137209

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

Shades of Green #137209

Tints of Green #137209

Color information

#137209 (or 0x137209) is unknown color: approx Green. HEX triplet: 13, 72 and 09. RGB value is (19,114,9). Sum of RGB (Red+Green+Blue) = 19+114+9=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 114 (44.92% from 255 or 80.28% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 114 - color contains mainly: green. Hex color #137209 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137209 is #EC8DF6. Grayscale: #494949. Windows color (decimal): -15502839 or 619027. OLE color: 619027.

HSL color Cylindrical-coordinate representation of color #137209: hue angle of 114.29º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137209 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB191149-
CMYK0.8300.920.55
HSL114.29º85.37%24.12%-
HSV(B)114.29º92.11%44.71%-
XYZ6.3412.192.28-
YUV73.6291.5389.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 114 (44.92% from 255) = 80.28%
BLUE value IS 9 (3.91% from 255) = 6.34%
R=13.38%
G=80.28%
B=6.34%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1911490.8300.920.55114.2985.3724.12
Hex137295305C37725518
Octal231621112301346716212530
Binary10011111001010011010011010111001101111110010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137209; }

 p { color: rgb(19,114,9); }

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

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

 a { background-color: rgb(19,114,9); }

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

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

 span { border-color: rgb(19,114,9); }

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