#146E3E

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

Shades of Dark Spring Green #146E3E

Tints of Dark Spring Green #146E3E

Color information

#146E3E (or 0x146E3E) is unknown color: approx Dark Spring Green. HEX triplet: 14, 6E and 3E. RGB value is (20,110,62). Sum of RGB (Red+Green+Blue) = 20+110+62=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 110 (43.36% from 255 or 57.29% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 110 - color contains mainly: green. Hex color #146E3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146E3E is #EB91C1. Grayscale: #4D4D4D. Windows color (decimal): -15438274 or 4091412. OLE color: 4091412.

HSL color Cylindrical-coordinate representation of color #146E3E: hue angle of 148º 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 #146E3E is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB2011062-
CMYK0.8200.440.57
HSL148º69.23%25.49%-
HSV(B)148º81.82%43.14%-
XYZ6.7311.656.45-
YUV77.62119.1886.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.42%
GREEN value IS 110 (43.36% from 255) = 57.29%
BLUE value IS 62 (24.61% from 255) = 32.29%
R=10.42%
G=57.29%
B=32.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20110620.8200.440.5714869.2325.49
Hex146E3E5202C39944519
Octal24156761220547122410531
Binary1010011011101111101010010010110011100110010100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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