Html Css Color HEX #14704C Dark Spring Green

📋 copy color: '#14704C'

red 20 ◦ green 112 ◦ blue 76

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

Shades of Dark Spring Green #14704C

Tints of Dark Spring Green #14704C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 53.85%

 BLUE value IS 76 (30.08% from 255) = 36.54%

R = 9.62%
G = 53.85%
B = 36.54%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#14704C (or 0x14704C) is known color: Dark Spring Green. HEX triplet: 14, 70 and 4C. RGB value is (20,112,76). Sum of RGB (Red+Green+Blue) = 20+112+76=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #14704C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14704C is #EB8FB3. Grayscale: #505050. Windows color (decimal): -15437748 or 5009428. OLE color: 5009428.

HSL color Cylindrical-coordinate representation of color #14704C: hue angle of 156.52º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14704C is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 112 76 -
CMYK 0.82 0 0.32 0.56
HSL 156.52º 0.7% 0.26% -
HSV(B) 156.52º 0.82% 0.44% -
XYZ 7.39 12.26 8.81 -
YUV 80.39 125.52 84.93 -
System Red Green Blue C M Y K H S L
Decimal 20 112 76 0.82 0 0.32 0.56 156.52 0.7 0.26
Hex 14 70 4C 52 0 20 38 9D 46 1A
Octal 24 160 114 122 0 40 70 235 106 32
Binary 10100 1110000 1001100 1010010 0 100000 111000 10011101 1000110 11010

Color Harmonies of #14704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14704C

Black with #14704C

Text Example


Text Example

White with #14704C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14704C; }

 p { color: rgb(20,112,76); }

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

background-color css

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

 a { background-color: rgb(20,112,76); }

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

border-color css

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

 span { border-color: rgb(20,112,76); }

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