Html Css Color HEX #147604 Green

📋 copy color: '#147604'

red 20 ◦ green 118 ◦ blue 4

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

Shades of Green #147604

Tints of Green #147604

RGB

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

 GREEN value IS 118 (46.48% from 255) = 83.1%

 BLUE value IS 4 (1.95% from 255) = 2.82%

R = 14.08%
G = 83.1%
B = 2.82%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#147604 (or 0x147604) is known color: Green. HEX triplet: 14, 76 and 04. RGB value is (20,118,4). Sum of RGB (Red+Green+Blue) = 20+118+4=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 118 (46.48% from 255 or 83.10% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 118 - color contains mainly: green. Hex color #147604 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147604 is #EB89FB. Grayscale: #4C4C4C. Windows color (decimal): -15436284 or 292372. OLE color: 292372.

HSL color Cylindrical-coordinate representation of color #147604: hue angle of 111.58º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #147604 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 118 4 -
CMYK 0.83 0 0.97 0.54
HSL 111.58º 0.93% 0.24% -
HSV(B) 111.58º 0.97% 0.46% -
XYZ 6.79 13.11 2.29 -
YUV 75.7 87.53 88.27 -
System Red Green Blue C M Y K H S L
Decimal 20 118 4 0.83 0 0.97 0.54 111.58 0.93 0.24
Hex 14 76 4 53 0 61 36 70 5D 18
Octal 24 166 4 123 0 141 66 160 135 30
Binary 10100 1110110 100 1010011 0 1100001 110110 1110000 1011101 11000

Color Harmonies of #147604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147604

Black with #147604

Text Example


Text Example

White with #147604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147604; }

 p { color: rgb(20,118,4); }

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

background-color css

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

 a { background-color: rgb(20,118,4); }

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

border-color css

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

 span { border-color: rgb(20,118,4); }

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