#14723B

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

Shades of Dark Spring Green #14723B

Tints of Dark Spring Green #14723B

Color information

#14723B (or 0x14723B) is unknown color: approx Dark Spring Green. HEX triplet: 14, 72 and 3B. RGB value is (20,114,59). Sum of RGB (Red+Green+Blue) = 20+114+59=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 114 (44.92% from 255 or 59.07% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 114 - color contains mainly: green. Hex color #14723B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14723B is #EB8DC4. Grayscale: #4F4F4F. Windows color (decimal): -15437253 or 3895828. OLE color: 3895828.

HSL color Cylindrical-coordinate representation of color #14723B: hue angle of 144.89º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14723B is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB2011459-
CMYK0.8200.480.55
HSL144.89º70.15%26.27%-
HSV(B)144.89º82.46%44.71%-
XYZ7.112.56.18-
YUV79.62116.3685.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.36%
GREEN value IS 114 (44.92% from 255) = 59.07%
BLUE value IS 59 (23.44% from 255) = 30.57%
R=10.36%
G=59.07%
B=30.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20114590.8200.480.55144.8970.1526.27
Hex14723B520303791461a
Octal24162731220606722110632
Binary1010011100101110111010010011000011011110010001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14723B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14723B; }

 p { color: rgb(20,114,59); }

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

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

 a { background-color: rgb(20,114,59); }

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

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

 span { border-color: rgb(20,114,59); }

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