#14793C

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

Shades of Dark Spring Green #14793C

Tints of Dark Spring Green #14793C

Color information

#14793C (or 0x14793C) is unknown color: approx Dark Spring Green. HEX triplet: 14, 79 and 3C. RGB value is (20,121,60). Sum of RGB (Red+Green+Blue) = 20+121+60=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 121 (47.66% from 255 or 60.20% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 121 - color contains mainly: green. Hex color #14793C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14793C is #EB86C3. Grayscale: #535353. Windows color (decimal): -15435460 or 3963156. OLE color: 3963156.

HSL color Cylindrical-coordinate representation of color #14793C: hue angle of 143.76º 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 #14793C is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB2012160-
CMYK0.8300.500.53
HSL143.76º71.63%27.65%-
HSV(B)143.76º83.47%47.45%-
XYZ7.9414.156.59-
YUV83.85114.5482.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.95%
GREEN value IS 121 (47.66% from 255) = 60.20%
BLUE value IS 60 (23.83% from 255) = 29.85%
R=9.95%
G=60.20%
B=29.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20121600.8300.500.53143.7671.6327.65
Hex14793C530323590481c
Octal24171741230626522011034
Binary1010011110011111001010011011001011010110010000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14793C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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