#14713D

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

Shades of Dark Spring Green #14713D

Tints of Dark Spring Green #14713D

Color information

#14713D (or 0x14713D) is unknown color: approx Dark Spring Green. HEX triplet: 14, 71 and 3D. RGB value is (20,113,61). Sum of RGB (Red+Green+Blue) = 20+113+61=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 113 (44.53% from 255 or 58.25% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 113 - color contains mainly: green. Hex color #14713D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14713D is #EB8EC2. Grayscale: #4F4F4F. Windows color (decimal): -15437507 or 4026644. OLE color: 4026644.

HSL color Cylindrical-coordinate representation of color #14713D: hue angle of 146.45º 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 #14713D is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB2011361-
CMYK0.8200.460.56
HSL146.45º69.92%26.08%-
HSV(B)146.45º82.3%44.31%-
XYZ7.0412.36.42-
YUV79.27117.6985.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.31%
GREEN value IS 113 (44.53% from 255) = 58.25%
BLUE value IS 61 (24.22% from 255) = 31.44%
R=10.31%
G=58.25%
B=31.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20113610.8200.460.56146.4569.9226.08
Hex14713D5202E3892461a
Octal24161751220567022210632
Binary1010011100011111011010010010111011100010010010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14713D; }

 p { color: rgb(20,113,61); }

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

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

 a { background-color: rgb(20,113,61); }

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

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

 span { border-color: rgb(20,113,61); }

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