Html Css Color HEX #147446 Dark Spring Green

📋 copy color: '#147446'

red 20 ◦ green 116 ◦ blue 70

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

Shades of Dark Spring Green #147446

Tints of Dark Spring Green #147446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.98%

R = 9.71%
G = 56.31%
B = 33.98%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#147446 (or 0x147446) is known color: Dark Spring Green. HEX triplet: 14, 74 and 46. RGB value is (20,116,70). Sum of RGB (Red+Green+Blue) = 20+116+70=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 116 (45.70% from 255 or 56.31% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 116 - color contains mainly: green. Hex color #147446 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147446 is #EB8BB9. Grayscale: #525252. Windows color (decimal): -15436730 or 4617236. OLE color: 4617236.

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

Color convert

RGB 20 116 70 -
CMYK 0.83 0 0.40 0.55
HSL 151.25º 0.71% 0.27% -
HSV(B) 151.25º 0.83% 0.45% -
XYZ 7.64 13.08 7.92 -
YUV 82.05 121.2 83.74 -
System Red Green Blue C M Y K H S L
Decimal 20 116 70 0.83 0 0.40 0.55 151.25 0.71 0.27
Hex 14 74 46 53 0 28 37 97 47 1B
Octal 24 164 106 123 0 50 67 227 107 33
Binary 10100 1110100 1000110 1010011 0 101000 110111 10010111 1000111 11011

Color Harmonies of #147446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147446

Black with #147446

Text Example


Text Example

White with #147446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147446; }

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

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

background-color css

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

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

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

border-color css

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

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

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