#14763A

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

Shades of Dark Spring Green #14763A

Tints of Dark Spring Green #14763A

Color information

#14763A (or 0x14763A) is unknown color: approx Dark Spring Green. HEX triplet: 14, 76 and 3A. RGB value is (20,118,58). Sum of RGB (Red+Green+Blue) = 20+118+58=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #14763A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14763A is #EB89C5. Grayscale: #515151. Windows color (decimal): -15436230 or 3831316. OLE color: 3831316.

HSL color Cylindrical-coordinate representation of color #14763A: hue angle of 143.27º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14763A is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB2011858-
CMYK0.8300.510.54
HSL143.27º71.01%27.06%-
HSV(B)143.27º83.05%46.27%-
XYZ7.5313.416.19-
YUV81.86114.5383.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.20%
GREEN value IS 118 (46.48% from 255) = 60.20%
BLUE value IS 58 (23.05% from 255) = 29.59%
R=10.20%
G=60.20%
B=29.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20118580.8300.510.54143.2771.0127.06
Hex14763A53033368f471b
Octal24166721230636621710733
Binary1010011101101110101010011011001111011010001111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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