#14763E

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

Shades of Dark Spring Green #14763E

Tints of Dark Spring Green #14763E

Color information

#14763E (or 0x14763E) is unknown color: approx Dark Spring Green. HEX triplet: 14, 76 and 3E. RGB value is (20,118,62). Sum of RGB (Red+Green+Blue) = 20+118+62=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 118 (46.48% from 255 or 59% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 118 - color contains mainly: green. Hex color #14763E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14763E is #EB89C1. Grayscale: #525252. Windows color (decimal): -15436226 or 4093460. OLE color: 4093460.

HSL color Cylindrical-coordinate representation of color #14763E: hue angle of 145.71º 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 #14763E is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB2011862-
CMYK0.8300.470.54
HSL145.71º71.01%27.06%-
HSV(B)145.71º83.05%46.27%-
XYZ7.6413.456.75-
YUV82.31116.5383.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10%
GREEN value IS 118 (46.48% from 255) = 59%
BLUE value IS 62 (24.61% from 255) = 31%
R=10%
G=59%
B=31%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20118620.8300.470.54145.7171.0127.06
Hex14763E5302F3692471b
Octal24166761230576622210733
Binary1010011101101111101010011010111111011010010010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14763E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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