#147409

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

Shades of Green #147409

Tints of Green #147409

Color information

#147409 (or 0x147409) is unknown color: approx Green. HEX triplet: 14, 74 and 09. RGB value is (20,116,9). Sum of RGB (Red+Green+Blue) = 20+116+9=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 116 (45.70% from 255 or 80% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 116 - color contains mainly: green. Hex color #147409 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147409 is #EB8BF6. Grayscale: #4B4B4B. Windows color (decimal): -15436791 or 619540. OLE color: 619540.

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

Color convert

RGB201169-
CMYK0.8300.920.55
HSL113.83º85.6%24.51%-
HSV(B)113.83º92.24%45.49%-
XYZ6.5812.662.35-
YUV75.190.788.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.79%
GREEN value IS 116 (45.70% from 255) = 80%
BLUE value IS 9 (3.91% from 255) = 6.21%
R=13.79%
G=80%
B=6.21%

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
Decimal2011690.8300.920.55113.8385.624.51
Hex147495305C37725619
Octal241641112301346716212631
Binary10100111010010011010011010111001101111110010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147409; }

 p { color: rgb(20,116,9); }

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

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

 a { background-color: rgb(20,116,9); }

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

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

 span { border-color: rgb(20,116,9); }

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