Html Css Color HEX #147413 Green

📋 copy color: '#147413'

red 20 ◦ green 116 ◦ blue 19

#147413
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #147413

Tints of Green #147413

RGB

 RED value IS 20 (8.2% from 255) = 12.9%

 GREEN value IS 116 (45.7% from 255) = 74.84%

 BLUE value IS 19 (7.81% from 255) = 12.26%

R = 12.9%
G = 74.84%
B = 12.26%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#147413 (or 0x147413) is known color: Green. HEX triplet: 14, 74 and 13. RGB value is (20,116,19). Sum of RGB (Red+Green+Blue) = 20+116+19=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 116 (45.70% from 255 or 74.84% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 116 - color contains mainly: green. Hex color #147413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147413 is #EB8BEC. Grayscale: #4C4C4C. Windows color (decimal): -15436781 or 1274900. OLE color: 1274900.

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

Color convert

RGB 20 116 19 -
CMYK 0.83 0 0.84 0.55
HSL 119.38º 0.72% 0.26% -
HSV(B) 119.38º 0.84% 0.45% -
XYZ 6.65 12.69 2.71 -
YUV 76.24 95.7 87.89 -
System Red Green Blue C M Y K H S L
Decimal 20 116 19 0.83 0 0.84 0.55 119.38 0.72 0.26
Hex 14 74 13 53 0 54 37 77 48 1A
Octal 24 164 23 123 0 124 67 167 110 32
Binary 10100 1110100 10011 1010011 0 1010100 110111 1110111 1001000 11010

Color Harmonies of #147413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147413

Black with #147413

Text Example


Text Example

White with #147413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147413; }

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

 H1.HeaderClassName
 {
   color: #147413;
 }
 .AnyTagClassName
 {
   color: #147413;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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