#147411

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

Shades of Green #147411

Tints of Green #147411

Color information

#147411 (or 0x147411) is unknown color: approx Green. HEX triplet: 14, 74 and 11. RGB value is (20,116,17). Sum of RGB (Red+Green+Blue) = 20+116+17=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 116 (45.70% from 255 or 75.82% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 116 - color contains mainly: green. Hex color #147411 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147411 is #EB8BEE. Grayscale: #4C4C4C. Windows color (decimal): -15436783 or 1143828. OLE color: 1143828.

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

Color convert

RGB2011617-
CMYK0.8300.850.55
HSL118.18º74.44%26.08%-
HSV(B)118.18º85.34%45.49%-
XYZ6.6412.682.63-
YUV76.0194.788.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.07%
GREEN value IS 116 (45.70% from 255) = 75.82%
BLUE value IS 17 (7.03% from 255) = 11.11%
R=13.07%
G=75.82%
B=11.11%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20116170.8300.850.55118.1874.4426.08
Hex1474115305537764a1a
Octal241642112301256716611232
Binary101001110100100011010011010101011101111110110100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147411; }

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

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

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

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

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

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

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

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