#14793E

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

Shades of Dark Spring Green #14793E

Tints of Dark Spring Green #14793E

Color information

#14793E (or 0x14793E) is unknown color: approx Dark Spring Green. HEX triplet: 14, 79 and 3E. RGB value is (20,121,62). Sum of RGB (Red+Green+Blue) = 20+121+62=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 121 (47.66% from 255 or 59.61% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 121 - color contains mainly: green. Hex color #14793E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14793E is #EB86C1. Grayscale: #545454. Windows color (decimal): -15435458 or 4094228. OLE color: 4094228.

HSL color Cylindrical-coordinate representation of color #14793E: hue angle of 144.95º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14793E is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB2012162-
CMYK0.8300.490.53
HSL144.95º71.63%27.65%-
HSV(B)144.95º83.47%47.45%-
XYZ814.176.87-
YUV84.08115.5482.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.85%
GREEN value IS 121 (47.66% from 255) = 59.61%
BLUE value IS 62 (24.61% from 255) = 30.54%
R=9.85%
G=59.61%
B=30.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20121620.8300.490.53144.9571.6327.65
Hex14793E530313591481c
Octal24171761230616522111034
Binary1010011110011111101010011011000111010110010001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14793E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14793E; }

 p { color: rgb(20,121,62); }

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

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

 a { background-color: rgb(20,121,62); }

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

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

 span { border-color: rgb(20,121,62); }

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