#146E3F

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

Shades of Dark Spring Green #146E3F

Tints of Dark Spring Green #146E3F

Color information

#146E3F (or 0x146E3F) is unknown color: approx Dark Spring Green. HEX triplet: 14, 6E and 3F. RGB value is (20,110,63). Sum of RGB (Red+Green+Blue) = 20+110+63=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 110 (43.36% from 255 or 56.99% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 110 - color contains mainly: green. Hex color #146E3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146E3F is #EB91C0. Grayscale: #4D4D4D. Windows color (decimal): -15438273 or 4156948. OLE color: 4156948.

HSL color Cylindrical-coordinate representation of color #146E3F: hue angle of 148.67º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146E3F is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.57.

Color convert

RGB2011063-
CMYK0.8200.430.57
HSL148.67º69.23%25.49%-
HSV(B)148.67º81.82%43.14%-
XYZ6.7611.666.6-
YUV77.73119.6886.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.36%
GREEN value IS 110 (43.36% from 255) = 56.99%
BLUE value IS 63 (25% from 255) = 32.64%
R=10.36%
G=56.99%
B=32.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20110630.8200.430.57148.6769.2325.49
Hex146E3F5202B39954519
Octal24156771220537122510531
Binary1010011011101111111010010010101111100110010101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146E3F; }

 p { color: rgb(20,110,63); }

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

<style>
 a { background-color: #146E3F; }

 a { background-color: rgb(20,110,63); }

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

<style>
 span { border-color: #146E3F; }

 span { border-color: rgb(20,110,63); }

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