#14733A

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

Shades of Dark Spring Green #14733A

Tints of Dark Spring Green #14733A

Color information

#14733A (or 0x14733A) is unknown color: approx Dark Spring Green. HEX triplet: 14, 73 and 3A. RGB value is (20,115,58). Sum of RGB (Red+Green+Blue) = 20+115+58=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 115 (45.31% from 255 or 59.59% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 115 - color contains mainly: green. Hex color #14733A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14733A is #EB8CC5. Grayscale: #505050. Windows color (decimal): -15436998 or 3830548. OLE color: 3830548.

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

Color convert

RGB2011558-
CMYK0.8300.500.55
HSL144º70.37%26.47%-
HSV(B)144º82.61%45.1%-
XYZ7.1812.726.08-
YUV80.1115.5385.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.36%
GREEN value IS 115 (45.31% from 255) = 59.59%
BLUE value IS 58 (23.05% from 255) = 30.05%
R=10.36%
G=59.59%
B=30.05%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20115580.8300.500.5514470.3726.47
Hex14733A530323790461a
Octal24163721230626722010632
Binary1010011100111110101010011011001011011110010000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14733A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14733A; }

 p { color: rgb(20,115,58); }

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

<style>
 a { background-color: #14733A; }

 a { background-color: rgb(20,115,58); }

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

<style>
 span { border-color: #14733A; }

 span { border-color: rgb(20,115,58); }

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